commit
be15871fe9
|
|
@ -31,9 +31,9 @@ Examples:
|
|||
|
||||
**3. Import SimCAD & Run Simulation:**
|
||||
|
||||
Examples: `/simulations/sim_test.py` or `/simulations/test.ipynb`
|
||||
Examples: `/simulations/example_run.py` or `/simulations/example_run.ipynb`
|
||||
|
||||
`/simulations/sim_test.py`:
|
||||
`/simulations/example_run.py`:
|
||||
```python
|
||||
import pandas as pd
|
||||
from tabulate import tabulate
|
||||
|
|
|
|||
Binary file not shown.
2
setup.py
2
setup.py
|
|
@ -18,6 +18,6 @@ setup(name='SimCAD',
|
|||
url='https://github.com/BlockScience/DiffyQ-SimCAD',
|
||||
author='Joshua E. Jodesty',
|
||||
author_email='joshua@block.science',
|
||||
license='licenses',
|
||||
# license='LICENSE',
|
||||
packages=find_packages() #['SimCAD']
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue