-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary Made `TestEPGAnalysis` faster so that they can run within the 60 second limit. ### Details and comments The heavy part in the analysis tests is in running experiments before the analyses to be tested. So common experiments are run in advance and used for analyses in `TestEPGAnalysis`. However, all the common experiments were run before every test because they were run in `setUp`. This commit moves them to `setUpClass` so that they are run once as expected. By the change, the total execution time is reduced from 34 sec to 7 sec in my local environment.
- Loading branch information
Showing
1 changed file
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters