Skip to content

Commit

Permalink
Revert change for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawin committed Oct 14, 2024
1 parent c82933d commit e24557a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TulipaEnergyModel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ include("time-resolution.jl")
include("economic-parameters.jl")

constraints_folder_path = joinpath(@__DIR__, "constraints")
for file in filter(f -> endswith(f, ".jl"), readdir(constraints_folder_path))
constraints_files = filter(f -> endswith(f, ".jl"), readdir(constraints_folder_path))
for file in constraints_files
include(joinpath(constraints_folder_path, file))
end

Expand Down

0 comments on commit e24557a

Please sign in to comment.