Skip to content

Commit

Permalink
accept also vaeac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinju committed Feb 15, 2024
1 parent c350892 commit 87f1a53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions tests/testthat/_snaps/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@
(out <- code)
Output
none Solar.R Wind Temp Month Day
1: 42.44 -6.442 9.430 18.8128 -5.587 -3.6114
2: 42.44 1.366 -4.911 -6.7267 -4.070 0.4620
3: 42.44 6.847 -18.607 -0.5121 -6.269 0.9732
<num> <num> <num> <num> <num> <num>
1: 42.44 -6.534 9.146 18.8166 -5.238 -3.5884
2: 42.44 1.421 -5.329 -6.8472 -3.668 0.5436
3: 42.44 7.073 -18.914 -0.6391 -6.038 0.9493

# output_lm_categorical_ctree

Expand All @@ -143,9 +144,10 @@
(out <- code)
Output
none Month_factor Ozone_sub30_factor Solar.R_factor Wind_factor
1: 42.44 1.292 11.61 -7.714 -5.694
2: 42.44 -6.399 -14.12 22.446 -16.758
3: 42.44 8.310 -21.60 5.472 -10.542
<num> <num> <num> <num> <num>
1: 42.44 1.795 10.32 -6.919 -5.704
2: 42.44 -2.438 -18.15 20.755 -14.999
3: 42.44 8.299 -23.71 8.751 -11.708

# output_lm_categorical_categorical

Expand Down Expand Up @@ -240,9 +242,10 @@
(out <- code)
Output
none Solar.R Wind Temp Day Month_factor
1: 42.44 -3.644 8.312 17.188 -2.1959 -9.0754
2: 42.44 3.682 -3.942 -8.015 0.8887 -7.9960
3: 42.44 5.249 -15.875 -3.474 2.5706 0.9296
<num> <num> <num> <num> <num> <num>
1: 42.44 -3.629 8.898 17.330 -2.5409 -9.4742
2: 42.44 3.938 -3.933 -8.190 0.6284 -7.8259
3: 42.44 5.711 -15.928 -3.216 2.2431 0.5899

# output_lm_mixed_comb

Expand Down
Binary file modified tests/testthat/_snaps/output/output_lm_categorical_vaeac.rds
Binary file not shown.
Binary file modified tests/testthat/_snaps/output/output_lm_mixed_vaeac.rds
Binary file not shown.
Binary file modified tests/testthat/_snaps/output/output_lm_numeric_vaeac.rds
Binary file not shown.

0 comments on commit 87f1a53

Please sign in to comment.