Skip to content

Commit 1027b55

Browse files
committed
Fix merge conflict.
2 parents 849ebaa + cab2864 commit 1027b55

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/nimble/R/MCMC_configuration.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,6 @@ The second usage of \'multivariateNodesAsScalars\' occurs when \'default\' is TR
787787
For internal use only
788788
'
789789
if(!allowData && !allowData_global) {
790-
<<<<<<< Updated upstream
791-
if(all(model$isData(targetOne))) return()
792-
if(any(model$isData(targetOne))) targetOne <- filterOutDataNodes(targetOne)
793-
=======
794790
if(all(model$isData(targetOne))) {
795791
messageIfVerbose(' [Note] Samplers not added to data node: `', paste0(targetOne, collapse = '`, `'), '`.\n',
796792
' Provide argument `allowData = TRUE` to `addSampler` method, to force sampler assignment.')
@@ -803,7 +799,6 @@ For internal use only
803799
messageIfVerbose(' [Note] Samplers not added to data node: `', paste0(targetDataComponents, collapse = '`, `'), '`.\n',
804800
' Provide argument `allowData = TRUE` to `addSampler` method, to force sampler assignment.')
805801
}
806-
>>>>>>> Stashed changes
807802
}
808803
newInd <- length(samplerConfs) + 1
809804
samplerConfs[[newInd]] <<- samplerConf(name=thisSamplerName, samplerFunction=samplerFunction, target=targetOne, control=thisControlList, model=model)

0 commit comments

Comments
 (0)