We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbeafa0 + 9de294d commit 08ea48dCopy full SHA for 08ea48d
polytope_feature/utility/exceptions.py
@@ -42,4 +42,6 @@ def __init__(self):
42
43
class GribJumpNoIndexError(PolytopeError, ValueError):
44
def __init__(self):
45
- self.message = "GribJump index for this data is not yet available."
+ 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 @@
1
-__version__ = "1.0.32"
+__version__ = "1.0.33"
0 commit comments