Skip to content

parcels.convert breaks with AttributeError: module 'parcels' has no attribute 'convert' #2794

Description

@erikvansebille

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugneeds-triageIssue that has not been reviewed by a Parcels team member

    Type

    No type

    Projects

    Status
    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions