nlmod icon indicating copy to clipboard operation
nlmod copied to clipboard

Not all files are installed

Open vincentpost opened this issue 1 year ago • 1 comments

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!

vincentpost avatar May 09 '24 08:05 vincentpost

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

rubencalje avatar May 10 '24 09:05 rubencalje

Thanks Ruben, I just tested this and it works

vincentpost avatar Jul 05 '24 06:07 vincentpost