nlmod
nlmod copied to clipboard
Not all files are installed
Hi team,
When installing nlmod using pip install, it seems that not all necessary files in the repository are being copied over. I noticed that the voleg and gleg files in the data/geotop directory are missing on my machine (only the csv files are there). Any clues?
Thanks!
You are right. Only csv-files are specified in the install-file (pyproject.toml), which is a bug. I just fixed it on the dev-branch, see commit #0380026
Thanks Ruben, I just tested this and it works