Skip to content

Commit a6198c0

Browse files
committed
Default InstanceEnvironment superres value to False to account for behaviour of web UI
Possibly we just don't want this at all
1 parent 7e41242 commit a6198c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/instance_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class MurfeyInstanceEnvironment(BaseModel):
4949
visit: str = ""
5050
processing_only_mode: bool = False
5151
gain_ref: Optional[Path] = None
52-
superres: bool = True
52+
superres: bool = False
5353
murfey_session: Optional[int] = None
5454
samples: Dict[Path, SampleInfo] = {}
5555
rsync_url: str = ""

0 commit comments

Comments
 (0)