Open ericphanson opened 2 years ago
We should add nicer show methods, e.g.
show
Base.show(io::IO, v::LegolasFlux.Weights) = print(io, typeof(v), "(…$(length(v)) weights…)")
already makes it much cleaner when printing a row that includes weights.
We should add nicer
show
methods, e.g.already makes it much cleaner when printing a row that includes weights.