Skip to content

Commit fe6ad90

Browse files
tidying up tests
1 parent be8ae68 commit fe6ad90

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/testthat/test_pipeop_info.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
context("PipeOpInfo")
22

3-
4-
##### pipeop$new ersetzen mit po("")
5-
6-
73
test_that("basic properties", {
84
po = po("info")
95
expect_pipeop(po)

tests/testthat/test_pipeop_isomap.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ test_that("hyperparameter get_geod", {
6868
# Check 2 - get_geod = TRUE behaves as expected
6969
po_geod = po("isomap", get_geod = TRUE)
7070
po_geod$train(list(tsk("iris")))
71+
7172
# obtain geodistance matrix from original isomap embedding
7273
emb1 = dimRed::embed(dimRed::loadDataSet("Iris"), "Isomap", get_geod = TRUE)
7374
expect_equal(po_geod$state$embed_result@other.data, emb1@other.data)

0 commit comments

Comments
 (0)