-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 0.3.0 #15
Merged
Update to 0.3.0 #15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add missing requirement for TIFF reading * Add regression tests for BBBC039 * Fix bug in regression tests * Add regression tests for GOWT1 datasets * Add regression tests for NIH3T3 datasets * Add regression tests for U2OS dataset * Add regression tests workflow * Update workflow * Fix workflow * Fix expected regression test results * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Update regressiontests.yml * Update regressiontests.yml * Update regressiontests.yml * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix workflow * Add `SUPERDSM_INTERMEDIATE_OUTPUT` environment variable Set `SUPERDSM_INTERMEDIATE_OUTPUT=0` to disable intermediate console output. * Add `MKL_DEBUG_CPU_TYPE=5` to workflow * Update regressiontests.yml * Update regressiontests.yml * Update regressiontests.yml * Fix workflow * Set workflow job timeout to 24 hours * Fix dependency versions for reproducibility * Fix conda channels * Disable `use_only_tar_bz2` * Add test example * Pin all dependency versions * Unset `MKL_DEBUG_CPU_TYPE=5` * Add CPU vendor recognition * Add more images to test task * Add missing expected test results * Set `MKL_DEBUG_CPU_TYPE=1` on non-AMD CPUs * Upload artifact with results upon failure * Unset `MKL_DEBUG_CPU_TYPE` if set to `5` on Intel CPUs * Add trigger * Adapt expected results of regression tests for Intel Xeon CPU * Activate remaining regression tests * Fix version of `upload-artifact` * Add debug info * Fix * Reenable test * Combine regression tests into bash scripts * Add testsuite workflow * Update workflow name * Add dry run for debugging * Fix regression tests * Add regression test results for AMD Threadripper 3970X CPU * Do not change `MKL_DEBUG_CPU_TYPE` on Intel CPUs * Fix regression tests expected results * Fix expected regression test results for AMD CPU * Fix
* Bump cvxopt from 1.2.6 to 1.2.7 Bumps [cvxopt](https://github.com/cvxopt/cvxopt) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/cvxopt/cvxopt/releases) - [Commits](cvxopt/cvxopt@1.2.6...1.2.7) --- updated-dependencies: - dependency-name: cvxopt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump cvxopt version in Conda environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leonid Kostrykin <[email protected]>
* Add SUPERDSM_NUM_CPUS env variable * Fix str to int conversion
Support for `num_cpus` in task files has been removed in #6.
* Add blend/require-conditional-status-checks * Add failing test to test_image.py * Fix validate_pr.yml * Update validate_pr.yml * Remove failing test from f8daa37
* Relax the requirement `c-blosc2=2.13.2=hb4ffafa_0` in `superdsm.yml` to just `c-blosc2=2` * Remove BBBC039 from regression tests
* Update README.rst * Fix typo * Add ``Environment variables`` section to usage.rst
https://github.com/BMCV/SuperDSM/actions/runs/9904222859/job/27361182538?pr=15#step:4:48
There are 1707 changed files, which cannot be handled by the blend/require-conditional-status-checks extension. This is mostly due to the ground truth for the regression tests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Essential changes:
superdsm.io
module #10