Open olliesilvester opened 1 week ago
Attention: Patch coverage is 97.83550%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 84.98%. Comparing base (
9aa3698
) to head (590b6c6
).
See https://github.com/DiamondLightSource/mx-bluesky/issues/655 for sorting out the tests. Annoyingly, we might want to do this before merging, so we can be sure that this PR didn't break anything, but I don't want to hold up @noemifrisina 's work
See #655 for sorting out the tests. Annoyingly, we might want to do this before merging, so we can be sure that this PR didn't break anything, but I don't want to hold up @noemifrisina 's work
If all the important bits have been moved and sorting out the tests is all that's left to this one, I think it would be worth it to sort out the tests before merging this. While that might take awhile, as you said at least we'd be reasonably sure things are still working after this PR. For my work, I can just make a new branch off this one in the meantime and make a start
See #655 for sorting out the tests. Annoyingly, we might want to do this before merging, so we can be sure that this PR didn't break anything, but I don't want to hold up @noemifrisina 's work
If all the important bits have been moved and sorting out the tests is all that's left to this one, I think it would be worth it to sort out the tests before merging this. While that might take awhile, as you said at least we'd be reasonably sure things are still working after this PR. For my work, I can just make a new branch off this one in the meantime and make a start
Cool, as long as it's not holding you up
On a first go through, looks okay, thank you. Will wait to finish review and approve till you're done with the tests. I'd say the fact that they pass right now is a good start though :)
Fixes https://github.com/DiamondLightSource/mx-bluesky/issues/214 and https://github.com/DiamondLightSource/mx-bluesky/issues/215
Moves lots of the
external_interaction
code into common. Some main bits:ThreeDGridScan
whichHyperionThreeDGridScan
now inheritscommon
mx_bluesky
commonThreeDGridScan
any any children of this typeProbably difficult to review, sorry