Home
last modified time | relevance | path

Searched refs:te_new (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_interact.R30 te_new <-
32 te_new <- te_new[, sort(names(te_new))] globalVar
33 te_new <- as.matrix(te_new) globalVar
39 rownames(te_new) <- NULL
51 te_new <-
53 te_new <- te_new[, sort(names(te_new))] globalVar
54 te_new <- as.matrix(te_new) globalVar
75 te_new <-
77 te_new <- te_new[, sort(names(te_new))] globalVar
78 te_new <- as.matrix(te_new) globalVar
[all …]
H A Dtest_pls_new.R37 te_new <- bake(rec, biom_te) globalVar
38 expect_equal(te_new, bm_pls_te)
56 te_new <- bake(rec, biom_te) globalVar
57 expect_equal(te_new, bm_spls_te)
76 te_new <- bake(rec, cell_te) globalVar
77 expect_equal(te_new, cell_plsda_te)
95 te_new <- bake(rec, cell_te) globalVar
96 expect_equal(te_new, cell_splsda_te)
116 te_new <- bake(rec, cell_te, all_predictors()) globalVar
117 expect_equal(names(te_new), pred_names)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_tree.c2038 TreeElement *te_new = outliner_find_tree_element(&space_outliner->tree, focus->tselem); in outliner_restore_scrolling_position() local
2040 if (te_new != NULL) { in outliner_restore_scrolling_position()
2041 int ys_new = te_new->ys; in outliner_restore_scrolling_position()