Skip to content

Example notebooks not working #7

@XouSGC

Description

@XouSGC

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 wget in the CLI.
  • plot_2_Multivariate_Extremes.ipynb => I get an "AttributeError: scipy.stats.mvn has no attribute mvnun; furthermore scipy.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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions