Closed brainandforce closed 1 year ago
Base: 32.47% // Head: 32.23% // Decreases project coverage by -0.23%
:warning:
Coverage data is based on head (
4ecf548
) compared to base (c387809
). Patch coverage: 27.77% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This should leave
RealSpaceDataGrid
with correct iteration, handling of colons ingetindex()
, and modulo calculations.Xtal.reinterpret_index()
can now be used as a general way to convert indices for useThis also changes the behavior of
grid()
so that it creates a copy of the backing grid rather than returning the original. This means I'll need to update somegrid()
calls so that they are direct struct calls now.