Skip to content

Commit 27ce971

Browse files
committed
fix(deprecation): use new ParaView method
1 parent 3f4cfd5 commit 27ce971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e3sm_quickview/presets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from paraview import simple
44

5-
ALL_PRESETS = set(simple.GetLookupTableNames())
5+
ALL_PRESETS = set(simple.ListColorPresetNames())
66
COLOR_BLIND_SAFE = set()
77

88
# Import any missing preset

0 commit comments

Comments
 (0)