Skip to content

Commit e73fa02

Browse files
mastoffelaranas
andauthored
Update docs/community/contributing-emulators.md
Co-authored-by: Sophie Arana <[email protected]>
1 parent 7e5ac82 commit e73fa02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/community/contributing-emulators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We use two types of tests:
4646

4747
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.
4848

49-
2. **Custom Tests**: Add specific tests for your emulator in `tests/models/` to verify its core functionality.
49+
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).
5050

5151
## Registering an emulator
5252

0 commit comments

Comments
 (0)