Plinf.jl
Plinf.jl copied to clipboard
Refactoring to avoid warnings
Refactored some code to avoid warnings, primarily nothing comparisons into ===
rather than ==
or directly via Julia's
isnothing()
function.