gempy icon indicating copy to clipboard operation
gempy copied to clipboard

Fix #758

Open AlexanderJuestel opened this issue 2 years ago • 2 comments

Relates to #758

AlexanderJuestel avatar Feb 22 '23 19:02 AlexanderJuestel

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 avatar Mar 22 '23 10:03 Japhiolite

@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?

AlexanderJuestel avatar May 26 '23 09:05 AlexanderJuestel

alright this is merged in gempy_viewer. Thank you @AlexanderJuestel

Leguark avatar Apr 16 '24 12:04 Leguark