Skip to content

Commit 37b2236

Browse files
committed
Fix bug
1 parent 1cbffe0 commit 37b2236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ram_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function interpolate_matrix_nans!(matrix::Matrix{Float64}; prn=true)
356356
end
357357
end
358358
end
359-
if nans_found > 0 && plt
359+
if nans_found > 0 && prn
360360
@info "Removed $nans_found NaNs from the matrix."
361361
end
362362
return matrix

0 commit comments

Comments
 (0)