-
As Github CI using Ubuntu with Ocaml 4.14.0 builds, I paste here the various alerts I have while building under Windows, those because Stdlib.Stream is now deprecated in Ocaml. Note that we already …
-
Any idea what's happening?
SED-ML-0148% python demo1.py
Traceback (most recent call last):
File "demo1.py", line 17, in
candidate, subset = body_estimation(oriImg)
File "python/body.py…
-
- [x] Add links as in foldout section of `pass / FAIL (R)` column
Amici, gillespy2, and vcell seem to pass while they do not really pass.
For **remote** runs:
- [x] in logs find "simulation fai…
-
The example project file contains broken symlinks
I extracted the example project to
/home/mari/Dokumente/Unreal Projects
but it contains broken files, e. g.
/home/mari/Dokumente/Unreal P…
spixi updated
7 years ago
-
Trying to build camllight from this repository fails with the error `Cannot find file pr_type.zi. Please compile pr_type.mli first.`, whereas [FBoisson's fork](https://github.com/FBoisson/Camllight) b…
-
Presently implementations of model changes can only be indirectly tested by executing two simulations with the unmodified model and model changes and using reports to compare their results to infer th…
-
I have installed Ubuntu Core 22 on a pc that has a NVIDIA 3090 GPU. Previously, this worked fine with Docker when I had Ubuntu server installed but since moving to Ubuntu Core 22, I have not been able…
-
Changes like this break OpenFOAM 4 for users since $CC isn't set by any compiler module:
- export WM_CC='gcc'
+ export WM_CC=$CC
e.g.
```
$ ml purge
$ ml OpenFOAM/4.1…
-
openssl genpkey -provider=oqsprovider -provider=default -algorithm mldsa65 -out mldsa65.key
openssl pkey -provider=oqsprovider -provider=default -in mldsa65.key -noout -pubout -text_pub > t.txt
se…
-
It turns out that people do simulations where 'time' doesn't start at zero: they might have an SBML model saved where time=2, and want to simulate from time=2 to time=10 or the like.
In this case,…