Parcels version
v4
Description
Our notebook renderings fail - both on RTD as well as locally. Surprisingly, our tests all pass. It has to do with parcels.convert
When running pixi run docs-clean, I now get
AttributeError: module 'parcels' has no attribute 'convert'
Adding a line import parcels.convert does make the rendering of notebooks work again
No idea why this has suddenly happened. I did a git bisect and that returned a8db856 (merging #2777) as the first breaking commit on main.
@VeckoTheGecko, could you take a look?
Code sample
import parcels
parcels.convert
Error
AttributeError: module 'parcels' has no attribute 'convert'
Parcels version
v4
Description
Our notebook renderings fail - both on RTD as well as locally. Surprisingly, our tests all pass. It has to do with
parcels.convertWhen running
pixi run docs-clean, I now getAdding a line
import parcels.convertdoes make the rendering of notebooks work againNo idea why this has suddenly happened. I did a git bisect and that returned a8db856 (merging #2777) as the first breaking commit on main.
@VeckoTheGecko, could you take a look?
Code sample
Error