ReimarBauer

Results 474 comments of ReimarBauer

@annapurna-gupta you have to give a path and a file, minimum would be on linux ./mssautoplot.json, the default is set to the path where you have the msui_settings.json, you can...

The problem is that there is not a flightpath name in the data structure, and there is then likly not an ftml file in the same dir. When you use...

> > This requires a tool like tox-pixi, or something similar, to set up different environments for each Python interpreter available on Conda-Forge. > > Ok , got it I'll...

> ReimarBauer something like a tox-pixi (that doesn't currently exist, or do you have a link?) is not required to test against multiple python versions. Multiple different environments in pixi.toml...

we can reopen this when work is ongoing

MSUIDefaultConfig.fixed_dict_options is already there https://github.com/Open-MSS/MSS/blob/stable/mslib/utils/config.py#L600

> what should i do to fix it and why is it occurring. Refactoring often starts with checking if the existing API is covered by tests. Then it’s about understanding...