Skip to content

Commit

Permalink
Merge 6ab44a7 into 3806981
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jan 23, 2020
2 parents 3806981 + 6ab44a7 commit a5578ff
Show file tree
Hide file tree
Showing 19 changed files with 21,287 additions and 19,879 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -49,3 +49,18 @@ python -m pytest tests/
```python
python ./docs.py
```

5. Generate Sample Files:
```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.

0 comments on commit a5578ff

Please sign in to comment.