FourierFlows/FourierFlows.jl

bug in show(::AbstractVars) and show(::AbstractParams)

navidcy opened this issue · 6 comments

If vars includes a nothing then size(field) errors. Similarly for show(::AbstractParams).

showstring = string(showstring, " ├───── variable: " * string(name) * ", size: ", size(field), ", type: ", eltype(field), "\n")

Easy solution is to just not display var/param size as part of show()

Easy solution is to just not display var/param size as part of show()

Easy solution is to just not display var/param size as part of show()

Easy solution is to just not display var/param size as part of show()

Easy solution is to just not display var/param size as part of show()

Easy solution is to just not display var/param size as part of show()