Skip to content

Commit

Permalink
Update docs/community/contributing-emulators.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie Arana <[email protected]>
  • Loading branch information
mastoffel and aranas authored Nov 22, 2024
1 parent 882ac35 commit b569b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/contributing-emulators.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Each emulator class must:
The easiest way to create a new emulator is to:

1. Look at existing emulators in `autoemulate/emulators/` as templates
2. Run the scikit-learn estimator tests early to catch any implementation issues
2. Run the scikit-learn estimator tests `tests/test_estimators.py` early to catch any implementation issues
3. Add your own tests in `tests/models/`

### Naming Conventions
Expand Down

0 comments on commit b569b85

Please sign in to comment.