Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanicERS committed Jan 30, 2025
1 parent 0042f33 commit 57a1384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/initialize_model!.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function initialize_model!(mc)
for fvi CartesianIndices(mc.fixed[fv])
if mc.fixed[fv][fvi] && is_valid(mc.model, mc.model[Symbol(fv)][fvi])
if isnan(mc.data[fv][fvi])
println(fvi)
if is_valid(mc.model, mc.model[Symbol(fv)][fvi])
delete(mc.model, mc.model[Symbol(fv)][fvi])
end
Expand Down

0 comments on commit 57a1384

Please sign in to comment.