Tardi Gradus

Results 9 issues of Tardi Gradus

I have built the shared library via -DUSE_MPI=ON -DUSE_TERRAPHAST=OFF -DBUILD_AS_LIBRARY=ON but when the library is used by ParGenes the following error is produced: Error: /trinity/shared/easybuild/software/RAxML-NG/0.9.0-foss-2018b-OpenMPI-3.1.3/lib/raxml-ng-mpi.so: undefined symbol: pll_hardware Doing ```ldd```...

With Python 3.6.8 and habanero 0.7.4, the ```/``` in the DOI-part of the field ```url``` is replaced by ```%2F```, e.g. the bibtex entry returned by ```www.doi2bib.org``` for the DOI ```10.1021/acs.jpcc.0c05161```...

Running igraph with R 3.3.3 and passing a 13 GB TransitionLayer object to 'shortestPath' from the package 'gdistance' I get the following error: ``` Error in add_edges(res, edges = t(as.matrix(el[,...

== 2022-08-02 14:50:25,576 build_log.py:169 ERROR EasyBuild crashed with an error (at easybuild/software/EasyBuild/4.6.0/lib/python3.6/site-packages/easybuild/base/exceptions.py:124 in __init__): Sanity check failed: extensions sanity check failed for 1 extensions: keyring failing sanity check for 'keyring'...

With commit https://github.com/nschloe/termplotlib/commit/2811fafbd6bece69ff57abdf23968e8874995d3e the format of the bin edge labels for histograms was changed to exponential format. The application I want to use, https://github.com/ycrc/seff-array, mainly produces bin labels which are...

I have a lisp function for syncing my appointments from 'calendar.org' to a Nextcloud instance via Caldav. The variable ```org-caldav-inbox``` is set to ```calendar.org``` and ```org-caldav-files``` is set to ```nil```....

After following the installation instructions and running ```emacs``` on the command line, I get the error File is missing: Opening directory, No such file or directory, /home/tardigradis/.emacs.d/lisp This is because...

The time efficiency values are right-justified except when the value has a single digit before the decimal point: ``` JobID State Elapsed TimeEff CPUEff MemEff 15044636 FAILED 00:00:02 0.7% 3.1%...

enhancement