Skip to content

Commit

Permalink
Fix failing test for appliance with 0 func_time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Jun 3, 2024
1 parent 2b5eefb commit c56b550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramp/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def __init__(
self.random_var_1 = 0
self.random_var_2 = 0
self.random_var_3 = 0
self.daily_use = None
self.daily_use = np.zeros(1440)
self.free_spots = None

# attributes used for specific fixed and random cycles
Expand Down

0 comments on commit c56b550

Please sign in to comment.