Skip to content

Commit

Permalink
no seed setting in to nonmod conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalev committed Apr 14, 2024
1 parent f729b3a commit 20560b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pymgrid/convert/to_nonmodular_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def _add_cost_co2(params_dict, cost_co2):


def _add_genset_polynom(params_dict):
np.random.seed(0)
warn('Getting genset_polynom parameters randomly')
polynom = [np.random.rand() * 10, np.random.rand(), np.random.rand() / 10]

Expand Down

0 comments on commit 20560b8

Please sign in to comment.