EvalCubicSpline cannot be imported from visit #19946
Answered
by
markcmiller86
SiqiLiOcean
asked this question in
Help using VisIt
-
Describe the bugI use VisIt to create some animations of my model data. I wrote some python functions to make the work easier. I found that most of the visit CLI commands can be imported. For example: However, the interpolation functions are not. When I tried to imported 'EvalCubicSpline' or 'EvalLinear', the error shows that they are not in visit module. Does anyone know how to solve it? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
markcmiller86
Oct 24, 2024
Replies: 1 comment 1 reply
-
Look like that function is in
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
markcmiller86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look like that function is in
visit_utils
...