Skip to content

Commit

Permalink
Remove some prints
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Dec 8, 2021
1 parent 0b23ab2 commit 1e4e6b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/egon/data/datasets/hydrogen_etrago/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def insert_H2_saltcavern_storage():
storage_potentials["area_fraction"] * storage_potentials["potential"]
)

# print(storage_potentials["storage_potential"])
storage_potentials[
"summed_potential_per_bus"
] = storage_potentials.groupby("bus_id")["storage_potential"].transform(
Expand Down Expand Up @@ -197,8 +196,6 @@ def calculate_and_map_saltcavern_storage_potential():
individual_areas = {}
# individual state areas
for federal_state in data["federal_states"]:
print(vg250_data[vg250_data["gen"] == federal_state])
print(saltcavern_data)
try:
individual_areas[federal_state] = (
saltcavern_data.overlay(
Expand Down

0 comments on commit 1e4e6b7

Please sign in to comment.