Skip to content

Commit

Permalink
Set (currently ignored) option to limit mmand's thread usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Feb 25, 2024
1 parent 86d1589 commit fb39a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tractor.base/inst/tinytest/test-35-viz.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
reportr::setOutputLevel(Warning)
options(reportrStderrLevel=reportr::OL$Fatal)
options(reportrStderrLevel=reportr::OL$Fatal, mmand.threads=1L)

# Internal viewer
image <- readImageFile(system.file("extdata", "nifti", "maskedb0.nii.gz", package="tractor.base"))
Expand Down

0 comments on commit fb39a5e

Please sign in to comment.