Closed ericpre closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.82%. Comparing base (
de1eade
) to head (88d752e
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@CSSFrancis, can you please have a look at this PR, it seems that the migration to new markers API didn't support navigation dimension >=2.
Going to merge for now to fix this regression and in the interest of making a release. The lazy marker approach should be explored to see if it helps for large navigation space (>1E6 coordinate).
Going to merge for now to fix this regression and in the interest of making a release.
The lazy marker approach should be explored to see if it helps for large navigation space (>1E6 coordinate).
Yea we are struggling with this in pyxem as well 😅 something about creating a large ragged array is very slow in numpy. Hopefully that is something that the awkward package could fix or we could try using numba.
Fix #79.
Progress of the PR
upcoming_changes
folder (seeupcoming_changes/README.rst
),docs/readthedocs.org:exspy
build of this PR (link in github checks)Minimal example of the bug fix or the new feature
Raise the following error: