Skip to content

Commit

Permalink
Merge branch 'master' into rb-ASIM-v23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored Jan 15, 2024
2 parents 5c32ebb + 5c2d37e commit 52056c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CHANGELOG
0.20.0 (UNRELEASED)
===================


0.19.0 (2024-01-02)
===================

Expand Down
2 changes: 2 additions & 0 deletions src/alfasim_sdk/result_reader/aggregator_constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
TRENDS_GROUP_NAME = "trends"
TRENDS_META_ATTR_NAME = "trends"
GLOBAL_SENSITIVITY_ANALYSIS_META_ATTR_NAME = "global_sensitivity_analysis"
GLOBAL_SENSITIVITY_ANALYSIS_GROUP_NAME = "global_sensitivity_analysis"

TIME_SET_DSET_NAME = "time_set"

Expand Down

0 comments on commit 52056c4

Please sign in to comment.