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
Commit 1aa1564 results in TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'. This only happens on python 3.9, but it is not catched by github testing since pixi uses py 3.11. The linked PR illustrates the issue but is probably not the best way to go forward.
Related: I think dask and pymetis should be added to pyproject.toml under project.optional-dependencies.all.
The text was updated successfully, but these errors were encountered:
veenstrajelmer
changed the title
Solve TypeError introduced by FloatArray | None
Solve TypeError for py3.9
Dec 4, 2023
Commit 1aa1564 results in
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
. This only happens on python 3.9, but it is not catched by github testing since pixi uses py 3.11. The linked PR illustrates the issue but is probably not the best way to go forward.Related: I think
dask
andpymetis
should be added to pyproject.toml underproject.optional-dependencies.all
.The text was updated successfully, but these errors were encountered: