You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now some of the tests -- specifically, test_chkpt -- are saving some files to disk in the head directory, then deleting them with shutil.rmtree. The proper way of handling this is is with a tmp_path.
The text was updated successfully, but these errors were encountered:
Right now some of the tests -- specifically, test_chkpt -- are saving some files to disk in the head directory, then deleting them with shutil.rmtree. The proper way of handling this is is with a tmp_path.
The text was updated successfully, but these errors were encountered: