domyam97

Results 3 issues of domyam97

In the PlainQuantity class the method [`dimensionality()`](https://github.com/hgrecco/pint/blob/3cc2d365af9093cc258caa766e39d17de69d452d/pint/facets/plain/quantity.py#L354) only updates the dimensionality of the object when it is previously `None`. This is causing issues when working with numpy `ndarray` quantitites and...

### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Medium ### Please provide...

enhancement
? - Needs Triage
external

### Version 1.2.0 ### On which installation method(s) does this occur? Docker ### Describe the issue When using a numpy array based quantity (eg. `x = quantity(np.ndarray([[0.2]]),'m')` the call to...

bug
? - Needs Triage
external