NOAA-GFDL / fre-workflows

Code to generate, describe, validate, and configure scientific workflows within the FRE software framework
2 stars 4 forks source link

app/regrid-xy/regrid_xy.py should use pathlib for filepath parsing #31

Open ceblanton opened 2 months ago

ceblanton commented 2 months ago

There's a sort-of typo in regrid_xy.py that causes the TMPDIR to be malformed:

work_dir = tmp_dir + 'work/'

The real problem is that it's forming filepaths by hand which is error prone.