Skip to content

Commit 2e1625e

Browse files
committed
Fix failing unit test
1 parent e82aefe commit 2e1625e

File tree

5 files changed

+0
-1416
lines changed

5 files changed

+0
-1416
lines changed

src/pownet/core/data_processor.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ 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("DEBUGGING")
73-
print(os.getcwd())
74-
print(get_database_dir())
75-
print(os.listdir(get_database_dir()))
76-
print("End of debugging")
77-
7871
self.transmission_params: dict = (
7972
pd.read_csv(
8073
os.path.join(get_database_dir(), "transmission_params.csv"), header=0

src/pownet/database/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/pownet/database/cycle.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)