atmtools / arts

The Atmospheric Radiative Transfer Simulator
https://www.radiativetransfer.org/
Other
62 stars 28 forks source link

Introduce TempFileHandler context handler #764

Closed olemke closed 3 months ago

olemke commented 3 months ago

Since delete_on_close=False for NamedTemporaryFile is only supported in Python 3.12 and above, we need to provide our own implementation for compatibility with other python versions.

Fixes failing test_generic_output caused by b1d8c3cf.