You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\repo\ribasim\Ribasim-NL\.pixi\envs\default\Lib\site-packages\quartodoc\builder\blueprint.py", line 173, in get_object_fixed
raise WorkaroundKeyError(
quartodoc.builder.utils.WorkaroundKeyError: Cannot find an object named: HyDAMO. Does an object with the path hydamo:HyDAMO exist?
I don't understand why it cannot find this, this works ok:
pixi run python
>>> import hydamo
>>> hydamo.HyDAMO
<class 'hydamo.datamodel.HyDAMO'>
Perhaps it doesn't quite like our editable install in pixi.toml:
I can reproduce this locally with
I don't understand why it cannot find this, this works ok:
Perhaps it doesn't quite like our editable install in pixi.toml:
EDIT: also try upgrading quartodoc, since the current version doesn't work with griffe v1; https://github.com/machow/quartodoc/releases/tag/v0.7.6
The text was updated successfully, but these errors were encountered: