Migrated from GitHub
Go to file
Joshua E. Jodesty 7ecd4e6c86 Reafactor Pt. 5: Improved Runtime Env / ux Pt.3 2018-11-15 18:48:39 -05:00
.idea Environment Cleanup 2018-10-15 12:53:04 -04:00
SimCAD Reafactor Pt. 5: Improved Runtime Env / ux Pt.3 2018-11-15 18:48:39 -05:00
notebooks Dirty Parallelize Simulations 2018-11-14 16:07:09 -05:00
sandboxUX Reafactor Pt. 5: Improved Runtime Env / ux Pt.3 2018-11-15 18:48:39 -05:00
.gitignore .gitignore Pipfile & Pipfile.lock + etc. 2018-11-13 15:25:45 -05: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

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