sisl / GridInterpolations.jl

Multidimensional grid interpolation in arbitrary dimensions
Other
52 stars 12 forks source link

Improved text representations #5

Closed zsunberg closed 9 years ago

zsunberg commented 9 years ago

Improved text representations of grids: showcompact simply indicates the type and number of nodes; show mimics this behavior. showall returns a valid constructor incantation (which is a minimal representation of the grid). This is also what is used when repr is called.

Also, apparently you don't have to export Base.show and siblings (maybe I'm wrong about this, but it seems to work)

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.06%) to 85.78% when pulling e7e0ef7056ea6a30b7081c8d00b60e28f9bb9683 on repr into ce0dd645dd2ef2ae4a7f3a1b65dd0622c16c99c9 on master.