Review use of pure python and possibly remove engine
arguments in surface import/export
#1243
Labels
engine
arguments in surface import/export
#1243
The import and export of surfaces has in many cases two option w.r.t. "engine", e.g.
The result should be identical. The default option
cxtgeo
(using C compiled bindings) is default toa) historical reasons
b) it is tested to be faster.
However, offline tests I have done shows that optimizing the python code can give speed as fast as the C code.
It may also be that some observed instability in tests, in particular when doing forks (see #1229) could
be related to the
cxtgeo
C bindings.Propose therefore to simplify code, and run only with only python code if possible. The
engine
option should not producedifferent outcome, so it can be removed/inactivated possibly without any side-effects.
The text was updated successfully, but these errors were encountered: