Uh oh!
There was an error while loading. Please reload this page.
562 fix codacy on master 1 - #741
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@## master #741 +/- ##
==========================================
+ Coverage 95.05% 95.12% +0.07%
==========================================
Files 125 125 Lines 4911 4902 -9 ==========================================
- Hits 4668 4663 -5 + Misses 243 239 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
smilesun
commented
Jan 14, 2024
smilesun
commented
Jan 14, 2024
ntchen
commented
Jan 14, 2024
It seems that they are not new issues. The file modifications triggered a scan which resulted in the identification of these new issues. The total issues were reduced from 639 to 573. |
ntchen
commented
Jan 14, 2024
`UnsatisfiableError: The following specifications were found
|
smilesun
commented
Jan 14, 2024
so we will increase the python version to 3.11, then pip should find snakemake 8.2.0 |
smilesun
commented
Jan 15, 2024
If this passed, then we have python3.11 for domainlab and we could install latest snakemake |
ntchen
commented
Jan 17, 2024
How shall we merge it after success CI tests? It will not be fast to fix the 573 issues. We can try to adjust settings to focus on the changes made in the merge request rather than scanning all related files. But even though, I think the changed lines include a lot of other issues. is it worth overriding merge checks? |
smilesun
commented
Jan 17, 2024
some issues are not avoidable:e.g. too many arguments in a function, we could fix other issues manually though. see my latest commits. |
smilesun
commented
Jan 17, 2024
Run pip install pulp<2.8 && install snakemake==7.32.0 && sed -i '1s/^/#!/bin/bash -x -v\n/' run_benchmark_standalone.sh && bash -x -v run_benchmark_standalone.sh examples/benchmark/demo_shared_hyper_grid.yaml && cat zoutput/benchmarks/mnist_benchmark_grid/hyperparameters.csv && cat zoutput/benchmarks/mnist_benchmark_grid/results.csv |
ntchen
commented
Jan 17, 2024
it should be the missing pip for snakemake. You already fixed it |
smilesun
commented
Jan 17, 2024
not really, see the CI run result from my commit |
No description provided.