Skip to content

Commit

Permalink
drop symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 11, 2024
1 parent 247df6c commit 4f506d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
source /opt/SIRF-SuperBuild/INSTALL/bin/env_sirf.sh
curl -fsSL https://raw.githubusercontent.com/SyneRBI/PETRIC/main/petric.py > petric.py
test -f main.py || ln -s main_ISTA.py main.py
python <<EOF
from main import Submission, submission_callbacks
from cil.optimisation.algorithms import Algorithm
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The organisers will provide GPU-enabled cloud runners which have access to large

## Layout

The organisers will import your submitted algorithm from [`main.py`](main.py) and then run & evaluate it.
Please modify this file!
The organisers will import your submitted algorithm from `main.py` and then run & evaluate it.
Please create this file! See the example `main_*.py` files for inspiration.

[SIRF](https://github.com/SyneRBI/SIRF), [CIL](https://github.com/TomographicImaging/CIL), and CUDA are already installed (using [synerbi/sirf](https://github.com/synerbi/SIRF-SuperBuild/pkgs/container/sirf)).
Additional dependencies may be specified via `apt.txt`, `environment.yml`, and/or `requirements.txt`.
Expand Down
1 change: 0 additions & 1 deletion main.py

This file was deleted.

0 comments on commit 4f506d9

Please sign in to comment.