Careful specifying calib_mode within .yaml file #684
Closed
valeriabriones
started this conversation in
General
Replies: 1 comment
-
Oh good catch! I updated the demo configs and made the code a little more flexible in commit fe6e232. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When digging into the config.js files testing a calibration run with nfeeed=True and nfeed=False, I noticed that the runs where nfeed was supposed to be False, calib_mode: GPPALLIgnoringNitrogen was actually true. It seems by default in the ca-.yaml file the 'ALL' is capitalized when in MADSTEMDriver.py the calib_mode is written as 'GPPAllIgnoringNitrogen'. Thus be careful this is the way in which calib_mode is set otherwise nfeed with remain True
Beta Was this translation helpful? Give feedback.
All reactions