GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 0 forks source link

Quick fix to ALOS temp.bmp writing & code coverage tweak #335

Closed mwheeler closed 2 years ago

mwheeler commented 2 years ago

Quick fixes:

  1. ALOS no longer writes temp files to current working dir, but to temporary dirs
  2. .coveragerc now excludes versioneer's _version.py (we don't test this explicitly / it drops out code coverage 2%)
  3. Fixed "\d" escape sequence warning in insar/stack.py (now a raw string to keep the "\d" regex as intended w/o escaping)
truth-quark commented 2 years ago

Yay, handyman work :-)

The tests also pass...