gempy
gempy copied to clipboard
Fix #758
Relates to #758
One point I was thinking of...how does this behave, when the same instance is called repeatedly? As pv.convert_array()
"Convert a NumPy array to a vtkDataArray or vice versa."...
Naive question: Could we even get into a state where the input was already a vtk, would be changed into a numpy array and then cause the visualization to fail?
@Japhiolite just going through my active branches and found this here from a few weeks ago. Do you think this would be a good addition for gempy 2.3 or is not relevant for now?
alright this is merged in gempy_viewer
. Thank you @AlexanderJuestel