Skip to content

Commit

Permalink
docs(validation): Remove validation script
Browse files Browse the repository at this point in the history
Now that validation is supported in honeybee command line:
ladybug-tools/honeybee-core#51
  • Loading branch information
chriswmackey committed Jan 25, 2020
1 parent bac2ca8 commit 2338042
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 2338042

Please sign in to comment.