-
Hi,
I encountered an issue with the standard output of "olsrr::ols_step_all_possible" in version 0.6.0.
The last column is labelled "Mallow's Cp" but appears to actually print the values for the…
-
Today we (cc @RTSandberg) realized that AMReX `amrex.fpe_trap_invalid=1 amrex.fpe_trap_zero=1 amrex.fpe_trap_overflow=1` does crash for trapped, invalid operations, but it does not produce backtraces …
-
reported by: rporter
Both blr_hizqso.in and blr_n09_p20_Z20.in fail with FPEs if fine opacities are disabled. I added an ASSERT in r7514 to avoid the FPE.
Migrated from https://www.nublado.org/tic…
-
Not sure about the right forum to ask this query like Is there any plan to support FPE FF1/FF3 in any upcoming releases
-
hi there. Why cant I build this?
```
/git/ubiq-fpe-java master ❯ echo $JAVA_HOME
/usr/lib/jvm/java-20-openjdk-amd64
/git/ubiq-fpe-java master ❯ java --version
openjdk 20-ea 2023-03-21 …
-
Some of these seems like implementation details, and many seem to have no documentation:
```python
# reordered for clarity
>>>{k: v for k, v in vars(np).items() if isinstance(v, int)}
{'ALLOW_TH…
-
As I'm cleaning up FPEs in SHOC, I'm encountering this pattern over and over (this pattern is widespread in P3 too):
```
Spack pack1(data1), pack2(data2);
pack2.set(pack1 != 0, val / pack1);
```…
-
For futuristic, sci-weapons with glowing elements such as light sabers and energy swords, to spinning, moving, glowing mechanical parts (animated textures should also support PBR):
![emissive_weap…
-
Hi MicroNanoFlows group,
This is regarding the pressure BCs with calculated molar masses. When initializing a simulation with no inlets and just 1 outlet, any BC with a calculated molar mass doesn'…
-
In `tests/facet_pack.cpp` we have the `test_constrained_fpe()` function. It uses move and copy construction counting to check whether certain values are copied or moved - and we fail because there as …