Ouranosinc / xscen

A climate change scenario-building analysis framework.
https://xscen.readthedocs.io/
Apache License 2.0
15 stars 2 forks source link

Force notebooks to always be executed #134

Closed Zeitsperre closed 1 year ago

Zeitsperre commented 1 year ago

Pull Request Checklist:

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

No.

Other information:

The previous method should have worked. There might be more going on here.

Zeitsperre commented 1 year ago

@RondeauG The cell that appears to be failing is one that calls an instance of dask.ProgressBar: image

I know that this is a major issue when running notebooks, as this asynchronous process does not necessarily block the execution of the next cell. Though the fact that this is failing within the cell tells me that it might simply be dask related. You might need to supply some kwargs to not use dask?

RondeauG commented 1 year ago

Ok, I'll look into it.

Zeitsperre commented 1 year ago

@RondeauG Well done! I think this is good to merge!