Closed sophie22 closed 1 year ago
Coverage Report
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
201 | 0 :zzz: | 0 :x: | 0 :fire: | 4m 0s :stopwatch: |
@tomaroberts ready for review
small PR grew into a slim medium: changing the way CLI options are being passed to Task objects, primarily to enable adding the --verbose
option to the slice position task as physicists requested, consequently updated the way SNR and ACR SNR tasks take their CLI args - relevant for @mollybuckley too! (happy to explain in detail)
@sophie22 – this is ready to merge, however, there are a couple of merge conflicts which have popped up since I merged #381. Can you resolve and then we'll proceed.
merge conflicts resolved, ready for final review @tomaroberts
General improvement to the way of passing key word arguments from the CLI to the relevant HazenTask class (rather than to its
.run()
function. Add CLI option to slice position task to display the rounded positions for all 40 slices with--verbose