Skip to content

Commit

Permalink
remove fromfile ic error
Browse files Browse the repository at this point in the history
  • Loading branch information
saraloo committed Feb 22, 2024
1 parent 4ddc4a2 commit 3b63374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ initialize_mcmc_first_block <- function(
}

} else if (config$initial_conditions$method == "FromFile") {
stop("ERROR: Method 'FromFile' Initial conditions has not been implemented yet for Inference.")
# stop("ERROR: Method 'FromFile' Initial conditions has not been implemented yet for Inference.")
}
}
}
Expand Down

0 comments on commit 3b63374

Please sign in to comment.