We’re back with our weekly development calls! ![]()
Status update JupyterHub
Problem with Kernel
- Issue when connecting to kernel via url; access via local host, it works
- Seems to be issue with reverse proxy
- Support was requested on stackoverflow/discourse
Idea: Switch to NGINX webserver!?
Update: Issue was fixed by enabling a2enmod in Apache; Cudos to @w.heymann!
Todo
- Fix CADET build (@j.rao)
- update tutorials (@j.schmoelder)
Review Guide to binding models
@j.hassan
See here; Before working on details, the overall structure will be improved.
Status update conda-forge
Steps for building locally:
- General information: https://conda-forge.org/docs/maintainer/knowledge_base.html
- clone staged-recipe: https://github.com/cadet/staged-recipes/tree/cadet-recipe
conda install conda-build(make sure to be in base environment)
Status:
- Linux build is not working any more (multi-python package)
- Dev team was pinged (maybe they can help)
- Windows/OS X: still WIP
Next steps for windows:
- Bill build locally
- Fix any errors
- Push any changes to staged-recipes branch
Status update C interface
Status
We can already:
- Setup simulations
- Run simulations
- Read (some) results
MVP (Minimum Viable Product)
- Read all results in
/root/output(including state and sensitivities) - Run, modify parameters, continue running (see also Developer’s call, 21.06.2021 - #4 by s.leweke)
To do
- Implement methods for other outputs
- Clarify
UNITOPORDERING(dimensional of unit operation (state))/output/solution/unit_xxx; See also here.