Skip to content
Snippets Groups Projects
Commit 0586ceb6 authored by David Hendriks's avatar David Hendriks
Browse files

updated readme. Added alot of functionality to the run_system. Including...

updated readme. Added alot of functionality to the run_system. Including automatic custom logging functionality
parent 4bbb03ab
No related branches found
No related tags found
No related merge requests found
......@@ -48,3 +48,5 @@ Usage notes
When running a jupyter notebook and importing binary_c, it might happen that the module binary_c cannot be found. I experienced this when I executed Jupyter Notebook from a virtual environment which didnt use the same python (version/binary/shim) as the one I built this library with. Make sure jupyter does use the same underlying python version/binary/shim. That resolved the issue for me.
Also: I figured that having binaryc output the log like "<LOG HEADER> t=10e4 ..." (i.e. printing the parameter names as well as their values) would be useful because in that way one can easily have python read that out automatically instead of having to manually copy the list of parameter names.
See examples/ dir for some working examples
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment