Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatef committed Dec 28, 2024
1 parent 0a2d8dc commit 542eed1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/conservation_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ def collect_statistics(n, network_id):
variables.extend(["tech_potential"] * len(tech_pot_vals))
carriers.extend([carr] * len(tech_pot_vals))

# print(values)
# print(variables)
# print(carriers)

res_df = pd.DataFrame(
data={"values": values, "variables": variables, "carriers": carriers}
)
Expand All @@ -84,4 +80,3 @@ def collect_statistics(n, network_id):
network_data_df = collect_statistics(n, fl.stem)

network_data_df.to_csv(data_folder + "/" + fl.stem + "_invar_check.csv")
# network_data_df.to_csv(data_folder + "/conservation_checks/" + network_id + "_invar_check.csv")

0 comments on commit 542eed1

Please sign in to comment.