Hello,
I currently do not manage to get my atmodat checker installation updated with the instructions explained in the Readme.md:
git checkout master
git pull origin master || git submodule update --remote --recursive
mamba update --file mamba_requirements.txt
pip install -U -e .
Update-Installation seems fine, but when I execute run_checks -p mypath
I get a FileNotFoundError, claiming .../atmodat_standard_checks.yml was not found.
How does an update of a preinstalled atmodat checker version works?
Thanks
Angelika