Andy Perez

Results 10 comments of Andy Perez

A single square bracket does nothing and `ctrl+space` only brings up the list of global variables. This only occurs in notebooks, though. Python files work just like your screenshot. This...

That makes sense. I assumed that was the case. I suppose this is just something that has to be dealt with unless there is a way to differentiate between units...

I have tried addressing this by adding a new dimension type to my `UnitSystem`, but can't because torque doesn't exist in the `dimensions` module. Perhaps the issue could be addressed...

That's good news. I suppose we just have to wait until the numpy release that implements `__array_function__`.

I think all temperature units like the other ones make sense, for consistency. Also, I have seen many engineering problems that use US measurements for length and mass but will...

Not to get too in the weeds, but I was working on an object that would accept a numerical type or a Quantity in the ‘__init__’. When it received a...

I have been getting the same problem when executing `conda update --all` on Windows 10. I did some digging, however, and discovered that during the `Executing transaction` operation, it seems...