Skip to content

Commit

Permalink
rename examples -> tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpchen committed Jul 9, 2019
1 parent 43f78c4 commit 1fc3f4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ models = pyro_models.load()
```
The variable `models` is a dictionary whose keys are the unique model name qualified by the collection that it is from, and whose value is a dictionary of model metadata, including the Pyro model function. For instance, the model `beetles` from the BUGS model collection is in `models['bugs.beetles']`.

See `examples/test_models.py` for a full demonstration of how to load a model and its dataset and learn the guide program by stochastic variational inference (SVI).
See `tests/test_models.py` for a full demonstration of how to load a model and its dataset and learn the guide program by stochastic variational inference (SVI).

## Contributions
Contributions welcome! Contributed examples need not follow the format of the current examples since they were automatically transpiled. However, please do include the data (or a toy dataset your example runs on).
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1fc3f4b

Please sign in to comment.