Skip to content

Commit ff56367

Browse files
committed
Fix prev. release, tests.
1 parent b45d8bb commit ff56367

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/testthat/Rplots.pdf

0 Bytes
Binary file not shown.

tests/testthat/test_univariateML.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ generate_random <- function(n, support) {
2424
set.seed(10)
2525
n <- 50
2626

27-
for (name in univariateML_densities) {
28-
univariateML::univariateML_metadata[[paste0("ml", name)]]
29-
}
30-
3127
for (name in univariateML_densities) {
3228
support <- deparse(get_density_and_support(name)$support)
3329
rands <- generate_random(n, support)

0 commit comments

Comments
 (0)