Skip to content

Commit

Permalink
Debug mode has 24 steps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed Dec 10, 2024
1 parent 813babd commit a319912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_adapter_oemof/build_datapackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def _reduce_lists(x):
)
periods = cls.get_periods_from_parametrized_sequences(parametrized_sequences)

def reduce_data_frame(data_frame, steps=4):
def reduce_data_frame(data_frame, steps=24):
"""reduces `df` to 5 time steps per period"""
df = data_frame.copy()
df["ind"] = df.index
Expand Down

0 comments on commit a319912

Please sign in to comment.