paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 42 forks source link

Mocking the data of el-nino #137

Open glemaitre opened 6 years ago

glemaitre commented 6 years ago

To avoid xarray and netcdf4 during testing, it could be nice to mock the data. It will avoid the random failure of netcdf which has nothing to do with rampwf directly.

jorisvandenbossche commented 6 years ago

We could also just convert the netcdf data to some other format? (unless there is no good other format) I mean, I don't think it is needed to rely on netcdf to test the ramp workflow, so we can remove that test dependency