esmf-org / esmf

The Earth System Modeling Framework (ESMF) is a suite of software tools for developing high-performance, multi-component Earth science modeling applications.
https://earthsystemmodeling.org/
Other
156 stars 75 forks source link

rename a function inside Zoltan to avoid a name conflict between esmf and shapely #233

Open alaniwi opened 6 months ago

alaniwi commented 6 months ago

Renames the get_geom function (not part of the API) which only exists in one source file, in order to avoid a name conflict with a function of the same name in the binary library that forms part of the shapely Python package, which can lead to segmentation faults in conda environments where these are both installed.

See the comment included in the changes, which gives more detail.