Skip to content

Commit

Permalink
Merge pull request #121 from EwoutH/patch-6
Browse files Browse the repository at this point in the history
prim.py: Make PrimBox.peeling_trajectory["id"] int instead of float
  • Loading branch information
quaquel authored May 13, 2022
2 parents 6f4a4ae + 215107e commit ebda496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema_workbench/analysis/prim.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def __init__(self, prim, box_lims, indices):
"mean": pd.Series(dtype=float),
"res_dim": pd.Series(dtype=int),
"mass": pd.Series(dtype=float),
"id": pd.Series(dtype=float)}
"id": pd.Series(dtype=int)}

self.peeling_trajectory = pd.DataFrame(columns)

Expand Down

0 comments on commit ebda496

Please sign in to comment.