Ran
|
Jobs
4
|
Files
14
|
Run time
2s
|
Badge
Embed ▾
README BADGES
|
push
github
housekeeping (#71) * switch to ini file * save figs to test_dir * Revert "switch to ini file" This reverts commit 597fccc08. * linting * workflows should trigger for changes to tests * specify dependency ranges (#70) * specify dependency ranges I ended up trying to install mud on a computer with an older scikit-learn, and it ended up using the cache of like version 0.something, so I want to at least specify the major version we require for the more important libraries. * loosen matplotlib * 3.7 support is a pain... * typo * prevent warnings from numpy * specify build os, tools * fix flake8 E721 errors * [black] lint files * [black] notebook linting * cover more versions of python * type-checking investigation (#68) * print mypy and python versions in workflow * 'if save_path' used to fix 10 mypy errors * automatic fix using https://github.com/hauntsaninja/no_implicit_optional * post-fix linting * refactor to address C901: too complex * refactor to address C901: too complex * ignore C901 * fix typo * sort imports * if save_path is not None * no more 3.12 bc numpy 1.24 * fix all mypy issues with 1.8.0 * enforce old cli functionality * actions updates, experiments with 3.12 (#72) * experiment with 3.12 * loosen pandas for 3.12 * build updates * rename, try new build
664 of 944 branches covered (0.0%)
Branch coverage included in aggregate %.
160 of 164 new or added lines in 6 files covered. (97.56%)
5 existing lines in 3 files now uncovered.1597 of 2062 relevant lines covered (77.45%)
3.09 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
4 |
84.0 |
-5.39% | src/mud/examples/poisson.py |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
72.82 |
0.84% | src/mud/base.py |
1 |
72.58 |
0.44% | src/mud/examples/linear.py |
3 |
84.0 |
-5.39% | src/mud/examples/poisson.py |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7607181761.1 | 14 |
72.62 |
||
2 | 7607181761.2 | 14 |
77.83 |
||
3 | 7607181761.3 | 14 |
77.41 |
||
4 | 7607181761.4 | 14 |
72.82 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|