Open ceblanton opened 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.
There's a sort-of typo in regrid_xy.py that causes the TMPDIR to be malformed:
The real problem is that it's forming filepaths by hand which is error prone.