-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add returns_A and returns_B parameters (#50)
* Update get_covmat.py * Update get_covmat.py fix static method * Update get_covmat.py fix instantiation order * Update README.md * Update get_covmat.py invert returns_A/B and seed * Update test_get_covmat.py update tests * Update README.md correct example 2 * 🎨 Format Python code with psf/black (#51) Co-authored-by: gcattan <[email protected]> * Update test_get_covmat.py fix test_seed * Update test_get_covmat.py fix test returns A/B * Update get_covmat.py * Update get_covmat.py fix all events returned even when no specified * 🎨 Format Python code with psf/black (#52) Co-authored-by: gcattan <[email protected]> * Update get_covmat.py parenthesis missing * Update get_covmat.py debug * Update get_covmat.py * Update get_covmat.py fix wrong id used * 🎨 Format Python code with psf/black (#53) Co-authored-by: gcattan <[email protected]> * Update get_covmat.py * Update get_covmat.py * Update test_get_covmat.py fix instance not cleaned * 🎨 Format Python code with psf/black (#54) Co-authored-by: gcattan <[email protected]> * Update test_get_covmat.py * 🎨 Format Python code with psf/black (#55) Co-authored-by: gcattan <[email protected]> * Update test_get_covmat.py missing import * Update get_covmat.py --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: gcattan <[email protected]>
- Loading branch information
1 parent
dc38bd0
commit ee15bf8
Showing
3 changed files
with
49 additions
and
7 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
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
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