Skip to content

Commit

Permalink
use maxlog=1 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 authored Dec 5, 2023
1 parent 5727636 commit fa8aefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configure_settings/configure_settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function validate_settings!(settings::Dict{Any,Any})
@warn """The behavior of the TimeDomainReduction and OperationWrapping
settings have changed recently. OperationWrapping has been removed,
and is ignored. The relevant behavior is now controlled by TimeDomainReduction.
Please see the Methods page in the documentation."""
Please see the Methods page in the documentation.""" maxlog=1
end

end
2 changes: 1 addition & 1 deletion src/load_inputs/load_generators_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ While for now, New_Build entries of {1, 0, -1} are still supported,
this format is being deprecated.
Now and going forward, New_Build and Can_Retire should be separate columns,
each with values {0, 1}.
Please see the documentation for additional details."
Please see the documentation for additional details." maxlog=1
end

function resources_which_can_be_retired(df::DataFrame)::Set{Int64}
Expand Down

0 comments on commit fa8aefc

Please sign in to comment.