You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In calculators there is a member storing the instrument_base_dir.
I think it would be more robust to store it always as an absolute path, even when the user sets it as relative to the current working directory. That would reduce the number of possible issues when paths or the current working directory is changed.
I would suggest to use in the setter
In calculators there is a member storing the
instrument_base_dir
.I think it would be more robust to store it always as an absolute path, even when the user sets it as relative to the current working directory. That would reduce the number of possible issues when paths or the current working directory is changed.
I would suggest to use in the setter
Then the
calculator_base_dir
will be relative to theinstrument_base_dir
The text was updated successfully, but these errors were encountered: