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. |
|
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. |
|
`UnsatisfiableError: The following specifications were found
|
so we will increase the python version to 3.11, then pip should find snakemake 8.2.0 |
|
If this passed, then we have python3.11 for domainlab and we could install latest snakemake |
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? |
some issues are not avoidable:e.g. too many arguments in a function, we could fix other issues manually though. see my latest commits. |
|
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 |
it should be the missing pip for snakemake. You already fixed it |
not really, see the CI run result from my commit |
No description provided.