Skip to content

Commit

Permalink
@show vv
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Sep 1, 2024
1 parent 53cbeae commit 176dbb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MadsParameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ function scale_up(v::AbstractVector, vmin::AbstractVector, vmax::AbstractVector,
end
if any(isnan.(vv))
@show v
@show vv
@warn("NaN values in scaled vector!")
throw()
end
Expand Down Expand Up @@ -673,6 +674,7 @@ function scale_down(v::AbstractVector, vmin::AbstractVector, vmax::AbstractVecto
end
if any(isnan.(vv))
@show v
@show vv
@warn("NaN values in scaled vector!")
throw()
end
Expand Down

0 comments on commit 176dbb3

Please sign in to comment.