SymbolicML / DynamicQuantities.jl

Efficient and type-stable physical quantities in Julia
https://symbolicml.org/DynamicQuantities.jl/dev/
Apache License 2.0
132 stars 17 forks source link

Throw `DimensionError` rather than using a `valid` field in `Quantity` #17

Closed MilesCranmer closed 1 year ago

MilesCranmer commented 1 year ago

Fixes #16.

@j-fu could you please review this?

j-fu commented 1 year ago

Looks good! Cool, thanks for considering this!