Skip to content

Commit

Permalink
Add History Matching results file keys to aggregator constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ro-oliveira95 committed Feb 26, 2024
1 parent 40898a0 commit 8ea02b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/alfasim_sdk/result_reader/aggregator_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
GLOBAL_SENSITIVITY_ANALYSIS_META_ATTR_NAME = "global_sensitivity_analysis"
GLOBAL_SENSITIVITY_ANALYSIS_GROUP_NAME = "global_sensitivity_analysis"

HISTORY_MATCHING_GROUP_NAME = "history_matching"
HISTORY_MATCHING_DETERMINISTIC_DSET_NAME = "deterministic_values"
HISTORY_MATCHING_PROBABILISTIC_DSET_NAME = "probabilistic_distributions"

TIME_SET_DSET_NAME = "time_set"

META_GROUP_NAME = "meta"
Expand Down

0 comments on commit 8ea02b8

Please sign in to comment.