Skip to content

Commit

Permalink
Fix mem_use in roi_extractor.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasciutto committed Dec 14, 2023
1 parent a07d93d commit b20db0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clpipe/config/package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME = "clpipe"
VERSION = "1.9.1.2"
VERSION = "1.9.1.3"


DESCRIPTION = "clpipe: MRI processing pipeline for high performance clusters"
Expand Down
2 changes: 1 addition & 1 deletion clpipe/roi_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def fmri_roi_extraction(
batch_manager = JobManagerFactory.get(
batch_config=config.batch_config_path,
output_directory=config.roi_extraction.log_directory,
mem_use=config.roi_extraction.time_usage,
mem_use=config.roi_extraction.memory_usage,
time=config.roi_extraction.time_usage,
threads=config.roi_extraction.n_threads,
email=config.email_address
Expand Down

0 comments on commit b20db0f

Please sign in to comment.