-
In a statement like `@mark.timeout(50)` there is nothing to say the duration is defined in *seconds.* This has a few disadvantages:
- Many other timing mechanisms use milliseconds or minutes as the…
l0b0 updated
11 months ago
-
When comparing a power gain `Gain{L, :p}` and a root-power gain `Gain{L, :rp}` with the same `L`, they get promoted to `Gain{L, :?}` without changing their numerical values. This breaks the transitivi…
-
When printing or converting values with assigned units the output is close to humanly unreadable.
### Examples
``` julia
# current
250Ohm * 30mA
# => 15//2 kg m²s⁻³A⁻¹
2V
# => 2 kg m²s⁻³A⁻¹
# wante…
oeb25 updated
8 years ago
-
Dear Sampas,
I tried compiling your project (on Arch Linux) but got the following error:
```bash
[trougnouf@bd tmp]$ git clone https://github.com/Sampas/bm3dcl.git
Cloning into 'bm3dcl'...
remo…
-
I introduced a new submodule (relations.py) that contains
- the functions that convert the various units of the x axis to eV (and backwards). Having them as functions and not as a list of coefficient…
-
Confusion about what units you're getting back abounds (#707, #810, #998) and sometimes we do the wrong thing (#1068). http://cclib.github.io/data.html is not enough. Neither is https://github.com/c…
-
I get this CoreML error when running conversion with quantization:
```shell
python3 models/convert-whisper-to-coreml.py --model tiny.en --encoder-only True --quantize True
```
Stacktrace:
```…
-
Comparing operator proxies needs to work, despite not having a good way to do it. Even a bad way is better than not working at all.
At the very least, a proxy should be comparable with a Units::Numer…
bfoz updated
10 years ago
-
Since `Float.degrees` converts degrees to radians, `Float.radians` should do the complementary operation of converting radians to degrees. This would be useful for any user-facing program involving an…
-
Hello,
I am using Hmsc-HPC to fit GPP models at the full European scale. I have tried to use reasonable distances between knots but all failed on LUMI HPC for distances less than ~120 km due to OOM…