Skip to content

Commit 4a50cc7

Browse files
committed
Update data_processor.py
1 parent 0bb65c6 commit 4a50cc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pownet/core/data_processor.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ def load_transmission_data(self) -> None:
6868
)
6969

7070
# Generic transmission parameters for a power system
71+
# Print files in get_database_dir()
72+
print("\n\nDEBUGGING")
73+
print(get_database_dir())
74+
print("\nFile list:\n", os.listdir(get_database_dir()))
75+
7176
self.transmission_params: dict = (
7277
pd.read_csv(
7378
os.path.join(get_database_dir(), "transmission_params.csv"), header=0

0 commit comments

Comments
 (0)