Closed tlambert03 closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
c33cb23
) 78.24% compared to head (2f054fe
) 78.24%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
this fixes a small issue in one of the tests. Not sure why it hasn't been failing on ci:
the
MDASequence.replace()
method will serialize all objects, including metadata... meaning it may turn aSequenceMeta()
object into a dict... that's a broader issue that needs examining, but this is just a local workaround