We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb65c6 commit 4a50cc7Copy full SHA for 4a50cc7
src/pownet/core/data_processor.py
@@ -68,6 +68,11 @@ def load_transmission_data(self) -> None:
68
)
69
70
# 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
+
76
self.transmission_params: dict = (
77
pd.read_csv(
78
os.path.join(get_database_dir(), "transmission_params.csv"), header=0
0 commit comments