Skip to content

Commit

Permalink
Merge 2338042 into bac2ca8
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jan 25, 2020
2 parents bac2ca8 + 2338042 commit 4c50554
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
@@ -0,0 +1,2 @@
[run]
omit = tests/*, scripts/*, docs/*, honeybee_schema/_openapi.py, docs.py
10 changes: 0 additions & 10 deletions README.md
Expand Up @@ -54,13 +54,3 @@ python ./docs.py
```python
python ./scripts/export_samples.py
```

6. Validate a Model:
```python
python ./validate_model.py ./honeybee_schema/samples/model_complete_multi_zone_office.json
```
Note that `./honeybee_schema/samples/model_complete_multi_zone_office.json` should be
replaced with the path to the specific model JSON that you would like to validate.

Note that you should have honeybee and its extensions installed in order to run
a complete validation that includes re-serialization of the Model.
27 changes: 0 additions & 27 deletions validate_model.py

This file was deleted.

0 comments on commit 4c50554

Please sign in to comment.