Skip to content

Commit 08ea48d

Browse files
authored
Merge pull request #343 from ecmwf/feature/change_error_message_2
update error message and version
2 parents cbeafa0 + 9de294d commit 08ea48d

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)