Detect cycle automatically in update_config script
Compare changes
Files
2+ 17
− 0
@@ -9,6 +9,7 @@ import yaml
@@ -174,3 +175,19 @@ def test_create_new_config_from_args_input(instrument, args, expected):
It's rather annoying to require both cycle and proposal as input for update_config
manually. This MR adds auto detection of cycle of omitted by looking up the proposal's path on GPFS.
Unit tests.