Irene Wallis
Irene Wallis
Also appears to impact the method ax.density_contourf() Error output below. mplstereonet version 0.6.2. numpy version 1.25.2. --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File [c:\Users\Irene\miniconda3\envs\sandpit\lib\site-packages\mplstereonet\stereonet_axes.py:815](file:///C:/Users/Irene/miniconda3/envs/sandpit/lib/site-packages/mplstereonet/stereonet_axes.py:815), in StereonetAxes.density_contourf(self, *args, **kwargs) 677...
Workaround: Specifying numpy=1.19.5 (depreciation is in 1.2). https://numpy.org/devdocs/release/1.20.0-notes.html Will pr to make the change from np.float64 to float. According to the docs, float has the same precision as float64
Thanks. I did wonder if this was out-of-scope for the current wellpathpy. Sorry for missing those bits in the example: - zeros_dls = [0] * 21 - And yes, those...
I ran the tests and got the following error. I was expecting the tests to run the local version of the code, rather than the installed package. Some suggestions for...