-
If we look at any CI it is obvious that `make check` is the most time consuming part of the sequence
```
$ ./bootstrap.sh
$ ./configure
$ make
$ make tests
$ make check
```
Now, there is no …
-
Dear Xiaoh,
I tried to install this code as you explained in readme with Allwmake.sh but I faced two issue to install the package.
Error:
lammpsFoam.C:41:17: fatal error: mpi.h: No such file or dire…
-
Hello everybody,
I'm having issues when running a script for a Neural MPC with the RealTimeL4CasADi library, i don't know if it's a problem that regards only me because I've made mistakes in the code…
-
-
Hi, I'm trying to install ORB_SLAM3 on ubuntu 20.04.5 LTS.
I have followed [the github](https://github.com/egdw/ORB_SLAM3_Ubuntu20.04) to
- update Cmakelists.txt from `-std=c++11` to `-std=c++14`
…
-
Since we support v33, i'm hopeful a lot can be reused to add support for v34... and I do have an example v34 file now, but not the v34 manual/specification
Fortunately, the v34 file i have seems t…
-
Here's the gist showing a commented jupyter notebook demonstrating how KAN is failing at a very simple task, presumably because involving large numbers as outputs.
https://gist.github.com/AlessandroF…
-
For example `gr_vec/test/t-sum.c`.
Any reason behind this, @fredrik-johansson?
-
### Is your feature request related to a problem? Please describe.
To compute the MLE of the `vonmises` (gh-20102) and the `vonmises_fisher` distribution, one needs to compute $I_{\nu+1}(\kappa)/I_…
-
The MSL contains some chaotic models, which are theoretically guaranteed to provide diverging trajectories over time, no matter how accurate the tool and the integration algorithm is. Of course there …