Skip to content

Commit

Permalink
renamed env vars and did a clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
rklasky committed Jan 26, 2024
1 parent d246745 commit c3e7bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-rpath.R
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ testthat::test_that("Rpath Unit Tests", {
randVal <- randomNumber(modNum*typeNum*SEED_OFFSET+speciesNum*numMonths+month)
jitteredValue <- speciesBiomass * (1.0 + randVal)
totRandVal <- totRandVal + randVal
jitterVector <- append(jitterVector,jitteredValue)
jitterVector <- ppend(jitterVector,jitteredValue)
}
speciesNum <- speciesNum + 1
REcosystem_scene_jitter$forcing$ForcedBio[,aSpecies] <- jitterVector # RSKRSK problematic line here
Expand Down

0 comments on commit c3e7bc9

Please sign in to comment.