Ondřej Čertík

Results 364 issues of Ondřej Čertík

In Debug mode it takes 8s on my computer, while every other test takes < 0.1s. This should be fixed to run in 0.1s or less, if at all possible....

performance

Right now we only have one notebook, and it's very simple. We don't really have good tutorial right now. I am thinking we should simply write the tutorial using the...

After https://github.com/symengine/symengine/pull/1461 SymEngine now works in a Jupyter notebook in the C++ mode. We have to add a test for it (install jupyter and xeus-cling, install symengine and execute the...

I only tested this in Ubuntu 17.10. TODO: * [ ] Test on a Mac and Windows (probably the patch in 1869596b9d6287058c30bd9c68d6e46460ec6964 must be applied to the Mac and Windows...

Currently an infinite recursion in SymEngine segfaults even in Debug mode, as evidenced in #1426. It would be nice to figure out a way so that infinite recursion will give...

Here is an example of the errors: https://travis-ci.org/symengine/symengine.py/jobs/281611351#L1697 ``` *** Warning! The following Teuchos::RCPNode objects were created but have *** not been destroyed yet. A memory checking tool may complain...

This has the following advantages: 1. Cython only needs to be run in the C mode, so it will be much faster to compile (i.e. gcc instead of g++), and...

Short log here: ``` (xx)ondrej@hawk:~/repos/clawpack(riemann_shootout)$ virtualenv-2.7 xx New python executable in xx/bin/python Installing setuptools............done. Installing pip...............done. (xx)ondrej@hawk:~/repos/clawpack(riemann_shootout)$ source xx/bin/activate (xx)ondrej@hawk:~/repos/clawpack(riemann_shootout)$ pip install -e . Obtaining file:///home/ondrej/repos/clawpack Running setup.py egg_info for...

Every time I comment on a pull request such as: #295, I get an email with the above title and a link to: https://github.com/fortran-lang/fortran-lang.org/actions/runs/1086966949 It seems something in the CI...

Currently all the packages in https://fortran-lang.org/packages/ have [OSI](https://opensource.org/licenses/alphabetical) approved open source licenses. See also https://github.com/fortran-lang/fortran-lang.org/blob/master/PACKAGES.md#package-criteria which has the same criterion (OSI approved license). We should add a new section "other",...