-
@strangetom When the ingredient quantity is a float, have you thought about not rounding the decimal? I'm using your library (thank you, it's been great so far!), but I'm looking to convert the float …
-
**Proposer's name** Baylor Fox-Kemper
**Date** 24 OCT 2024
For each term please try to give the following:
**- Term** Proposed terms to appear in the vocabulary
existing term: integral_wrt_d…
-
Example:
```python
x = Quantity(jnp.array([1., 0, -1.0]), u.kpc)
x > 0.0 # returns incorrect boolean array
x > 1.0 # should fail, instead returns incorrect boolean array
```
-
I tried this thinking it might work and was surprised that it throws an error -- is this a bug or not something we can support at the moment?
```python
import jax
import astropy.units as u
from unxt …
-
### Type of Feature
✨ New Feature
### OpensourcePOS Version
opensourcepos 3.3.9
### Description
Just installed the 3.4 dev edition, and tried to import the warehouse.
The csv template shows NO f…
-
When I run this code:
```py
from sympy import *
import sympy.physics.units as u
from sympy.abc import m
h = 10 * u.m
U = m * u.acceleration_due_to_gravity * h
latex(U.subs(m, 10 * u.kg))
```
I expect…
-
### Bambu Studio Version
1.9.7.52
### Where is the application from?
Bambu Lab Official website
### OS version
Windows 11
### Additional system information
_No response_
### Printer
X1C
### …
-
### Description
You can choose to take the quantity of an item when it is on the ground, but not from the backpack to another destination
### Reproduction steps
```bash
.
```
### Screenshots
_No…
-
## What went wrong? 😲
In an outbound shipment, if you have allocated lines, and have a placeholder line with extra stock, when all stock has been allocated. If you change the allocated value, the a…
-
its fixed in my pull request