Skip to content

Commit 2dab321

Browse files
authored
Merge pull request #344 from ecmwf/develop
v1.0.33
2 parents 7a12d8d + 08ea48d commit 2dab321

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

polytope_feature/utility/exceptions.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ def __init__(self):
4242

4343
class GribJumpNoIndexError(PolytopeError, ValueError):
4444
def __init__(self):
45-
self.message = "GribJump index for this data is not yet available."
45+
self.message = (
46+
"Feature extraction cannot be performed on this data because no GribJump index has been generated."
47+
)

polytope_feature/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.32"
1+
__version__ = "1.0.33"

0 commit comments

Comments
 (0)