Migrated from GitHub
Go to file
Markus Buhatem Koch f0ada7b820
Update README.md
2018-11-13 18:16:15 -02:00
.idea Environment Cleanup 2018-10-15 12:53:04 -04:00
engine Fill output NANs with previous value 2018-11-13 14:13:00 -05:00
notebooks identity fix pt.2 (behaviors) 2018-11-06 08:22:40 -05:00
ui Allow for missing keys in dictionaries of combined behaviors 2018-11-13 15:12:23 -05:00
.gitignore Environment Cleanup 2018-10-15 12:53:04 -04:00
Pipfile install common packages 2018-09-17 13:38:22 -03:00
Pipfile.lock install common packages 2018-09-17 13:38:22 -03:00
README.md Update README.md 2018-11-13 18:16:15 -02:00
setup.py Fill output NANs with previous value 2018-11-13 14:13:00 -05:00
test.py conncur mech step, per-se 2018-10-18 12:10:57 +02:00

README.md

SimCad

Dependencies:

pip install pipenv fn tabulate

Project:

Example Run File: /DiffyQ-SimCAD/test.py

User Interface: Simulation Configuration

Configurations:

/DiffyQ-SimCAD/ui/config.py

Build Tool & Package Import:

Step 1. Build & Install Package locally:

pip install .
pip install -e .

Step 2. Import Package & Run:

from engine import run
run.main()

Same can be run in Jupyter .

jupyter notebook

Notebooks Directory:
/DiffyQ-SimCAD/notebooks/

Warning: Do Not publish this package / software to Any software repository except DiffyQ-SimCAD's staging branch or its Fork