spacetelescope / drizzle

A package for combining dithered images into a single image
https://spacetelescope-drizzle.readthedocs.io/en/latest/
Other
51 stars 26 forks source link

Fix unit tests' failure on Windows #108

Closed mcara closed 1 year ago

mcara commented 1 year ago

Unit tests are failing on Windows because the file /tmp/drizzle.log cannot be created at that location. This PR fixes that.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.29%. Comparing base (0f285e3) to head (46a4d24).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #108 +/- ## ======================================= Coverage 75.29% 75.29% ======================================= Files 7 7 Lines 344 344 ======================================= Hits 259 259 Misses 85 85 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.