Skip to content

Commit

Permalink
BUG: Fix Repro logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Nov 27, 2024
1 parent 1a743e4 commit e15bf6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .RData
Binary file not shown.
2 changes: 1 addition & 1 deletion R/labelImageRegistration.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ labelImageRegistration <- function( fixedLabelImages, movingLabelImages,
if( grepl( "Quick", typeOfTransform ) )
{
doQuick <- TRUE
} else {
} else if grepl( "Repro", typeOfTransform ) {
doRepro <- TRUE
randomSeed <- 1
}
Expand Down

0 comments on commit e15bf6d

Please sign in to comment.