Skip to content

Commit 7fb5106

Browse files
committed
WIP: defaults again
1 parent 5cb899e commit 7fb5106

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ANTsR
22
Type: Package
33
Title: ANTs in R: Quantification Tools for Biomedical Images
4-
Version: 0.5.6.8
4+
Version: 0.5.6.9
55
Date: 2020-05-20
66
Authors@R: c(
77
person(c("Brian", "B"), "Avants", role = c("aut", "cre"), email = "[email protected]"),

R/multiscaleSVDxpts.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ simlr <- function(
26892689
lineSearchRange = c( -1e10, 1e10 ),
26902690
lineSearchTolerance = 1e-8,
26912691
randomSeed,
2692-
constraint = c("none","Grassmann","Stiefel"),
2692+
constraint = c("Grassmann","none","Stiefel"),
26932693
energyType = c('regression', 'normalized', 'cca', 'ucca', 'lowRank'),
26942694
vmats,
26952695
connectors = NULL,

man/simlr.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)