-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add slogdet implementation * add compare_allclose decorator to test_slogdet; compare_allclose now manage tuple results. * add compare_allclose decorator to test_slogdet; compare_allclose now manage tuple results. * make black * do not check dimension in slogdet (since raw implementation accept multi-dimensional arrays) * merge compare_allclose_tuple and compare_allclose * restore compare_allclose * test sign and logdet separatly * add test on stack_matrices * correct typing * remove manual comparaison with reference values since compare_all already compare all implementations with numpy implementation * factorize tests with parameterize fixture * factorize slogdet test using parameterize fixture and itertools.product * add test on initial 10x10 matrix * add ids to slogdet tests * reverse order of array and output in test * swap compare_allclose and pytest.mark.parametrize
- Loading branch information
Showing
8 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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