Skip to content

Commit

Permalink
Use Int16 for simulation_id
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Jan 8, 2025
1 parent a854488 commit 6710ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/everest/everest_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def _enforce_dtypes(df: polars.DataFrame):
"result_id": polars.UInt16,
"perturbation": polars.UInt16,
"realization": polars.UInt16,
"simulation_id": polars.UInt16,
"simulation_id": polars.Int16,
"objective_name": polars.String,
"control_name": polars.String,
"constraint_name": polars.String,
Expand Down

0 comments on commit 6710ce7

Please sign in to comment.