You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is always a FutureWarning statement when running ModEM model buildup
Expected Behavior
The statement will disppear.
Current Behavior
The Console show the warings as follow:
C:\Users\lenovo.conda\envs\wilson37\lib\site-packages\pyproj\crs\crs.py:280: FutureWarning: '+init=:' syntax is deprecated. ':' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
projstring = _prepare_from_string(projparams)
@charlesweijun This is a warning that comes with newer versions of pyproj. We will need to go through and update gis_tools and all functions that use pyproj to get rid of this warning, probably won't happen quickly.
there is always a FutureWarning statement when running ModEM model buildup
Expected Behavior
The statement will disppear.
Current Behavior
The Console show the warings as follow:
C:\Users\lenovo.conda\envs\wilson37\lib\site-packages\pyproj\crs\crs.py:280: FutureWarning: '+init=:
' syntax is deprecated. ':
' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
projstring = _prepare_from_string(projparams)
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
print(matplotlib.get_backend())
):Installed Python Packages:
use
pip freeze
orconda list [-n ENVIRONMENT_NAME]
to list all the installed libraries.pyproj==1.9.6
#obspy==1.1.0
sphinx>=1.8.3
The text was updated successfully, but these errors were encountered: