Skip to content

Commit

Permalink
Merge branch 'master' into 2636_nlevels_per_kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter authored Sep 4, 2024
2 parents cff828e + 92fbf60 commit 98ba987
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@
72) PR #2675 towards #1351. Refactors the LFRic metadata checking and
adds support for user-supplied kernels that operate on dofs.

73) PR #2700 for #2699. Fix docstring error for Config class.

release 2.5.0 14th of February 2024

1) PR #2199 for #2189. Fix bugs with missing maps in enter data
Expand Down
Binary file modified psyclone.pdf
Binary file not shown.
5 changes: 3 additions & 2 deletions src/psyclone/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ def __init__(self):
and stub APIs, it does not load a config file. The Config instance
is a singleton, and as such will test that no instance already exists
and raise an exception otherwise.
:raises GenerationError: If a singleton instance of Config already \
exists.
:raises ConfigurationError: If a singleton instance of Config already
exists.
'''

if Config._instance is not None:
Expand Down

0 comments on commit 98ba987

Please sign in to comment.