Skip to content

Commit

Permalink
Merge branch 'devel' into utils-clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-m-murphy committed Jul 5, 2024
2 parents b1512d0 + d374654 commit 10c7077
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 213 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Cleaned up `utils.py`: adding typing, and updated docstrings [#PR 158](https://github.com/openghg/openghg_inversions/pull/158)

- Refactored `filters.py` so filter functions aren't nested inside `filtering`. Added code to keep track of filter functions. Updated docstrings. [#PR 163](https://github.com/openghg/openghg_inversions/pull/163)

- Replaced `utils.combine_datasets` with (nearly) equivalent function from `openghg.analyse._scenario`. There is currently a thin wrapper to make sure that the second
dataset is loaded into memory, since this change is only on the devel branch of OpenGHG [#PR 160](https://github.com/openghg/openghg_inversions/pull/160)

Expand Down
Loading

0 comments on commit 10c7077

Please sign in to comment.