Skip to content

Commit

Permalink
set cloudoutput to false by default to fix github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Jul 17, 2024
1 parent 5aab3a2 commit 9cdb0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ datasets: 'config/datasets.tsv'
root: 'bids'
work: 'work'

write_to_remote: True #save files marked as final() to cloud store
write_to_remote: False #save files marked as final() to cloud store
remote_prefix: 'gcs://khanlab-bucket/lightsheet-data'
remote_creds: '~/.config/gcloud/application_default_credentials.json' #this is needed so we can pass creds to container

Expand Down Expand Up @@ -54,7 +54,7 @@ bigstitcher:


fuse_dataset:
downsampling: 1
downsampling: 8
block_size_x: 4096 # for storage
block_size_y: 4096
block_size_z: 1
Expand Down

0 comments on commit 9cdb0de

Please sign in to comment.