Skip to content

Commit

Permalink
reset options
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Apr 29, 2024
1 parent 1b414a7 commit 7b5ab49
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions dacapo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ class DaCapoConfig:
"Currently, only 'files' and 'mongo' are supported with files being the default."
},
)

store: Optional[str] = attr.ib(
default="local",
metadata={
"help_text": "The type of store to use for storing configurations and statistics. "
"Currently, only 'local' and 's3' are supported with local being the default."
},
)
s3_bucket: Optional[str] = attr.ib(
default=None,
metadata={
"help_text": "The S3 bucket to use for storing configurations and statistics."
},
)

runs_base_dir: Path = attr.ib(
default=Path(expanduser("~/dacapo")),
metadata={
Expand Down

0 comments on commit 7b5ab49

Please sign in to comment.