Skip to content

Commit 5c9f371

Browse files
committed
Fix test "Weather data scaling"
1 parent 5606746 commit 5c9f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_WeatherData.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ test_that("Weather data scaling", {
441441
ref <- sw_exec(swin)
442442

443443
scalingParams <- setdiff(
444-
colnames(swWeather_MonScalingParams(x)),
444+
colnames(swWeather_MonScalingParams(swin)),
445445
"ShortWR" # ShortWR only works if we provide daily radiation as input
446446
)
447447

0 commit comments

Comments
 (0)