MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
38 stars 64 forks source link

setup: always copy subdirs ocean, landice,... #550

Closed cwsmith closed 8 months ago

cwsmith commented 8 months ago

If changes are made to the scripts in these directories running python -m pip install -e conda_package will not update them. This change removes the directory existence check so that they are always copied.

Thanks to @xylar for the pointer on the fix for this.

closes #549

xylar commented 8 months ago

@cwsmith, this will appear in the next release but likely won't make it into Compass immediately because I think we pin a specific version. Hopefully, that won't affect you because presumably your development branches will always start from the MPAS-Tools master.