Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Aug 28, 2020
1 parent 007f758 commit 22f2e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SBMLCases.jl
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ end
function run_and_update_status!(
cases_dict::OrderedDict;
build_dict::Vector{Any} = OrderedDict(),
range::UnitRange{Int64}
range::UnitRange{Int64} = 1:1780
)
for (id, value) in collect(cases_dict)[range]
build_errors = case_build_errors(
Expand All @@ -542,8 +542,8 @@ function run_and_update_status!(
if (length(build_errors) == 0)
sim_report = case_sim_result(
value;
cases_path = "../cases/semantic",
output_path = "../cases/output"
cases_path = "./cases/semantic",
output_path = "./cases/output"
)
else
sim_report = Dict(
Expand Down

0 comments on commit 22f2e4a

Please sign in to comment.