aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_f_time_norm.R
blob: 790cce8bcb89368412e47f319edac8511b2f3a30 (plain) (blame)
1
2
3
4
5
6
context("Time step normalisation")

test_that("Simple temperature and moisture normalisation works", {
  expect_equal(round(f_time_norm_focus(25, 20, 25), 2), 1.37)
})

Contact - Imprint