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
Status Quo
Currently, installation checks are implemented on top of every test file. This should not be necessary, since the installation check implemented in the respective model class should be triggered in case a required package is not installed.
Proposed Changes
Double check the installation checks in each model class and clean up the pytest files.
The text was updated successfully, but these errors were encountered:
Status Quo
Currently, installation checks are implemented on top of every test file. This should not be necessary, since the installation check implemented in the respective model class should be triggered in case a required package is not installed.
Proposed Changes
Double check the installation checks in each model class and clean up the pytest files.
The text was updated successfully, but these errors were encountered: