Skip to content

Commit

Permalink
Minor tweak in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelma committed Nov 29, 2023
1 parent 46978b5 commit cef8ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_spineopt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ function _test_fix_unit_flow_with_rolling()
relationship_parameter_values=relationship_parameter_values
)
rm(file_path_out; force=true)
m = run_spineopt(url_in, url_out)
m = run_spineopt(url_in, url_out; log_level=0)
using_spinedb(url_out, Y)
@testset for ind in indices(Y.unit_flow)
@testset for (t, v) in Y.unit_flow(; ind...)
Expand Down

0 comments on commit cef8ed6

Please sign in to comment.