-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make gradient of DC estimation to zero based on an argument (#38)
This also solves a problem with CI regarding test failures (#39 ) Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
- Loading branch information
1 parent
0d29bf4
commit 6739678
Showing
4 changed files
with
45 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
pip install torch==1.7 torchkbnufft==0.3.4 scikit-image pytest | ||
# We test ndft_test.py separately as it causes some issues with tracing resulting in hangs. | ||
python -m pytest tfkbnufft --ignore=tfkbnufft/tests/ndft_test.py | ||
python -m pytest tfkbnufft/tests/ndft_test.py |
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
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
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