Skip to content

Commit

Permalink
Change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Sep 27, 2024
1 parent 1aca478 commit f08faa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-summarise-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ initialize() {
}
SIMULATION_END late() {
ts_file = PATH + "/output.trees";
ts_file = PATH + "/slim.trees";
stats_file = PATH + "/stats.tsv";
// save tree sequence
Expand Down Expand Up @@ -53,7 +53,7 @@ model <- function(split_time) {
}

# m <- model(10)
# slim(m$model, samples = m$samples, sequence_length = 1e6, recombination_rate = 1e-8, output_dir = "/tmp/testing")
# slim(m$model, samples = m$samples, sequence_length = 1e6, recombination_rate = 1e-8, path = "/tmp/testing")

data <- simulate_model(
model, parameters = list(split_time = 100),
Expand Down

0 comments on commit f08faa5

Please sign in to comment.