diff options
author | Frederick Muriuki Muriithi | 2022-07-29 03:39:32 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-29 03:53:49 +0300 |
commit | e3622ac213ef6e1be8a38959f7c6ee082c112c95 (patch) | |
tree | b8416a7fbceb8e228c253db6dace099702e4fd4f /mypy.ini | |
parent | 921b5fe752e4a947595a86572592d5bbdeb16ead (diff) | |
download | genenetwork3-e3622ac213ef6e1be8a38959f7c6ee082c112c95.tar.gz |
Fix failing tests
* gn3/computations/correlations.py: rename function
* mypy.ini: deactivate mypy error about missing imports
* tests/integration/test_correlation.py: mock correct function
* tests/unit/computations/test_correlation.py: test correct function
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,3 +41,6 @@ ignore_missing_imports = True [mypy-sklearn.*] ignore_missing_imports = True + +[mypy-scripts.argparse_actions.*] +ignore_missing_imports = True |