Skip to content

Commit

Permalink
Update callbacks.py
Browse files Browse the repository at this point in the history
make dtypes an attribute
  • Loading branch information
quaquel authored Apr 9, 2023
1 parent e1ca551 commit e2f55f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema_workbench/em_framework/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __init__(
("model", "object"),
]
)

self.dtypes = dtypes
self.cases = np.empty(nr_experiments, dtype=dtypes)

for outcome in self.outcomes:
Expand Down

0 comments on commit e2f55f6

Please sign in to comment.