Skip to content

Commit

Permalink
Add option to save all outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed Jun 14, 2024
1 parent 17fd80f commit ddbb860
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 303 deletions.
55 changes: 0 additions & 55 deletions test/Ateammodels.py

This file was deleted.

49 changes: 0 additions & 49 deletions test/do_stuff.py

This file was deleted.

2 changes: 1 addition & 1 deletion test/tbdsf_process_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

# Process the image
img = bdsf.process_image('tbdsf_process_image.in', ncores=2)
img = bdsf.process_image('tbdsf_process_image.in', ncores=2, output_all=True)

# List of operations that must have been done on `img`.
operations = [
Expand Down
95 changes: 0 additions & 95 deletions test/test.py

This file was deleted.

103 changes: 0 additions & 103 deletions test/test_watershed.py

This file was deleted.

0 comments on commit ddbb860

Please sign in to comment.