-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Hello,
I was trying the features of the library with the notebooks available at https://resourcecode-project.github.io/py-resourcecode/auto_examples/index.html. The first one about database exploration (plot_0_Database_exploration.ipynb) and the fourth about operation planning (plot_3_Operation_Planning.ipynb) work just fine but the following ones are encountering errors :
- plot_1_data_extraction.ipynb => I get a 500 error coming from urllib when retrieving the 2D_spectrum. Weirdly enough, I can download the file without any problem using a simple
wgetin the CLI. - plot_2_Multivariate_Extremes.ipynb => I get an "AttributeError:
scipy.stats.mvnhas no attributemvnun; furthermorescipy.stats.mvnis deprecated and will be removed in SciPy 2.0.0". I am using scipy 1.15.2 in my environment. I guess I have to downgrade it for this to work, but this should appear in the library requirements. Or the function could use the new implementation of mvnun which seems to correspond to this (by taking the cdf ). - plot_4_Producible.ipynb => I get a 500 error coming from urllib when retrieving the 1D_spectrum, same as above.
Is there anything I am doing wrong ? Thanks in advance for your help.
Metadata
Metadata
Assignees
Labels
No labels