Johannes Schmölder
Johannes Schmölder
The logo with the link to the main page is not visible in mobile view. This means unfortunately that users that are currently browsing some subsection have no convenient way...
Due to the standard library's limitation to serialize many data types using `pickle`, I unfortunately cannot currently use `python-diskcache` in my research. [Dill](https://github.com/uqfoundation/dill) is a python library which expands python's...
## Description of your problem I was very happy to read that a new version of spyder-notebooks was released and I immediately wanted to try it out. However, I could...
When running several optimizations in series, `Output` objects are reused. This leads to incorrect values of certain indicators and in case of a different number of objectives, to a crash...
### Describe the bug When I add the following to a chapter ````` ````{only} html ```{code-cell} ipython3 print('Using html/backticks') ``` ```` ````` or ````` :::{only} html ```{code-cell} ipython3 print('Using html/colon')...
Dear Yasar, I'm one of the developers of the open source chromatography simulator CADET (https://cadet.github.io/). On our forum, one of our users asked about tools to automatically read data from...
Many PR's have been merged recently, with many people contributing to the respective documentation. We should review and overhaul the new parts of the documentation with at least two people...
Since PR #59 was closed prematurely, this is a continuation. Original description: Adds a simple C interface to libcadet. The parameter provider interface is realized by callback functions. A simulation...
This PR fixes #185 . For this purpose, the `createLWE` utility function was restructured s.t. each unit operation is configured separately. This also avoids writing (most) unnecessary parameters (that are...
This PR implements a modified 2D-GRM to model plant root systems as described [here](http://dx.doi.org/10.1016/j.jtbi.2013.09.023) ## To-do - [x] Define Interface (@jazib-hassan-juelich) - [x] Implementation - [x] Take 2D-General Rate Model...