Skip to content

Commit

Permalink
note about renaming/symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 5, 2024
1 parent 4301b7c commit 46ec6b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion main_BSREM.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Main file to modify for submissions. It is used by e.g. example.ipynb and petric.py as follows:
"""Main file to modify for submissions.
Once renamed or symlinked as `main.py`, it will be used by `petric.py` as follows:
>>> from main import Submission, submission_callbacks
>>> from petric import data, metrics
Expand Down
4 changes: 3 additions & 1 deletion main_ISTA.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Main file to modify for submissions. It is used by e.g. example.ipynb and petric.py as follows:
"""Main file to modify for submissions.
Once renamed or symlinked as `main.py`, it will be used by `petric.py` as follows:
>>> from main import Submission, submission_callbacks
>>> from petric import data, metrics
Expand Down

0 comments on commit 46ec6b6

Please sign in to comment.