Merge pull request #21 from BlockScience/staging

Beta Release Cleanup
This commit is contained in:
Joshua E. Jodesty 2019-01-11 12:29:55 -05:00 committed by GitHub
commit be15871fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ Examples:
**3. Import SimCAD & Run Simulation:** **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 ```python
import pandas as pd import pandas as pd
from tabulate import tabulate from tabulate import tabulate

Binary file not shown.

View File

@ -18,6 +18,6 @@ setup(name='SimCAD',
url='https://github.com/BlockScience/DiffyQ-SimCAD', url='https://github.com/BlockScience/DiffyQ-SimCAD',
author='Joshua E. Jodesty', author='Joshua E. Jodesty',
author_email='joshua@block.science', author_email='joshua@block.science',
license='licenses', # license='LICENSE',
packages=find_packages() #['SimCAD'] packages=find_packages() #['SimCAD']
) )