hiddenSymmetries / booz_xform

Calculates Boozer coordinates for toroidal MHD equilibria, including stellarators and tokamaks.
https://hiddensymmetries.github.io/booz_xform/
BSD 2-Clause "Simplified" License
12 stars 3 forks source link

test_write_read pollutes current directory with test files #6

Closed panosz closed 3 years ago

panosz commented 3 years ago

running pytest from the parent directory has the side effect of the creation of 4 new files:

This seems to be resolved by uncommenting line 61 in test_write_read.py:

                os.remove(boozmn_filename)
landreman commented 3 years ago

Fixed in #7