We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc0f4b commit 43c5867Copy full SHA for 43c5867
src/ansys/dpf/composites/constants.py
@@ -30,7 +30,6 @@
30
"REF_SURFACE_NAME",
31
"FAILURE_LABEL",
32
"TIME_LABEL",
33
- "TEMPERATURE_COMPONENT",
34
)
35
36
FAILURE_LABEL = "failure_label"
tests/test_metadata.py
@@ -24,4 +24,4 @@
24
25
26
def test_pkg_version():
27
- assert __version__ == "0.7.dev0"
+ assert __version__ == "0.6.2"
0 commit comments