Skip to content

Commit e26c776

Browse files
authored
Merge pull request #643 from MiraGeoscience/GEOPY-1798
GEOPY-1798: fail to open workspace due to data_type mapping epxected to be "cdf"
2 parents 913e2ac + dc7e8c1 commit e26c776

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

geoh5py/data/data_type.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@
3333
from .data import Data # noqa: F401
3434

3535

36-
ColorMapping = Literal["linear", "equal_area", "logarithmic", "cdf", "missing"]
36+
ColorMapping = Literal[
37+
"linear",
38+
"equal_area",
39+
"logarithmic",
40+
"cdf",
41+
"cumulative_distribution_function",
42+
"missing",
43+
]
3744

3845

3946
class DataType(EntityType):

0 commit comments

Comments
 (0)