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
I have explained in some details why it fails here: #59
The problem here is that pytest uses one single Python session to run all the tests
when you do pytest at the base directory (this is why I introduced the make checks command).
I have updated the error message that you get when loading several snapshots with different unit systems,
so that the difficult to understand and expected astropy error message is explained.
You can check that all the tests work like this (one python session for each set of tests):
I attempted to run the test suite locally and got the following failure:
The text was updated successfully, but these errors were encountered: