aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/computations
AgeCommit message (Expand)Author
2023-09-05Remove pylint skipMunyoki Kilyungi
2023-07-05Update test: create throw-away variableFrederick Muriuki Muriithi
2022-12-06mypy and pylint fixesAlexander_Kabui
2022-12-06remove noisy tests for constant array correlationAlexander_Kabui
2022-12-06update tests for lit correlationAlexander_Kabui
2022-11-29tests: fix failing testFrederick Muriuki Muriithi
2022-08-10update test;parse outputAlexander_Kabui
2022-07-29Fix failing testsFrederick Muriuki Muriithi
2022-07-22linting and tests fixesAlexander_Kabui
2022-07-22mypy pylint fixesAlexander_Kabui
2022-07-22add unittestsAlexander_Kabui
2022-06-29use explicit parametersAlexander_Kabui
2022-06-29fix issuesAlexander_Kabui
2022-06-29lint test fileAlexander
2022-06-29add testsAlexander
2022-06-29add test dataAlexander
2022-06-29parse output dataAlexander
2022-06-29init test correlation rust moduleAlexander
2022-05-30Pass trait data as args to `fix_strains` and fix some bugsFrederick Muriuki Muriithi
2022-03-15Feature/refactored pca (#79)Alexander Kabui
2022-03-08Remove unused function and its testsFrederick Muriuki Muriithi
2022-02-24gn3: Explicitly specify UTF-8 to be the file encoding.Arun Isaac
2022-02-21Fix a myriad of linter issuesFrederick Muriuki Muriithi
2022-02-17Use pytest's "mark" feature to categorise testsFrederick Muriuki Muriithi
2022-02-17Add property tests for `dictify_by_samples`Frederick Muriuki Muriithi
2021-12-14linting: Fix obvious linting issuesFrederick Muriuki Muriithi
2021-12-10refactor sample r unittestsAlexander Kabui
2021-12-10refactor unittest for normalizing sample valuesAlexander Kabui
2021-11-29Update test for data changesFrederick Muriuki Muriithi
2021-11-19Avoid rounding: compare floats approximatelyFrederick Muriuki Muriithi
2021-11-18Fix some linting errorsFrederick Muriuki Muriithi
2021-11-18Replace code migrated from R with pingouin functionsFrederick Muriuki Muriithi
2021-11-15Fix bugs in recursive partial correlationsFrederick Muriuki Muriithi
2021-11-15Fix the columns in built data frameFrederick Muriuki Muriithi
2021-11-12Merge branch 'main' of github.com:genenetwork/genenetwork3 into partial-corre...Frederick Muriuki Muriithi
2021-11-12Pass in parser function for flexibilityFrederick Muriuki Muriithi
2021-11-11Reimplement correlations2.compute_correlation using pearsonr.Arun Isaac
2021-11-11Compare floats approximately.Arun Isaac
2021-11-11pep8 formatting;update unittestsAlexander Kabui
2021-11-09Merge branch 'main' of github.com:genenetwork/genenetwork3 into partial-corre...Frederick Muriuki Muriithi
2021-11-09Implement remaining part of `partial_correlation_recursive` functionFrederick Muriuki Muriithi
2021-11-09Update test data: have both vectors and matricesFrederick Muriuki Muriithi
2021-11-04test_partial_correlations: skip failing testsBonfaceKilz
2021-11-04Create blackbox tests for some functions migrated from RFrederick Muriuki Muriithi
2021-11-04Retrieve indices of the selected samplesFrederick Muriuki Muriithi
2021-11-04Specify ten (10) decimal placesFrederick Muriuki Muriithi
2021-11-04Fix some linting errorsFrederick Muriuki Muriithi
2021-11-04Implement `tissue_correlation` functionFrederick Muriuki Muriithi
2021-11-04Partially implement `partial_correlation_recursive`Frederick Muriuki Muriithi
2021-11-04Implement `build_data_frame`Frederick Muriuki Muriithi