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 7e5ac82 commit e73fa02
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 @@ -46,7 +46,7 @@ We use two types of tests:

1. **Scikit-learn Test Suite**: Add your emulator to `tests/test_estimators.py` to verify scikit-learn compatibility. Not all tests need to pass - use `_more_tags()` to skip incompatible tests. See the [estimator tags overview](https://scikit-learn.org/1.5/developers/develop.html#estimator-tags) for details.

2. **Custom Tests**: Add specific tests for your emulator in `tests/models/` to verify its core functionality.
2. **Custom Tests**: Add specific tests for your emulator in `tests/models/` to verify its core functionality (e.g., confirming output shapes, validating end-to-end functionality of components such as parameter search etc).

## Registering an emulator

Expand Down

0 comments on commit e73fa02

Please sign in to comment.