Skip to content

Commit 8f6071d

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

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
@@ -61,7 +61,7 @@ After your emulator passes tests:
6161
PyTorch emulators require special handling:
6262

6363
1. Put the model architecture in `autoemulate/emulators/neural_networks/`
64-
2. Put themain emulator class in `autoemulate/emulators/`
64+
2. Put the main emulator class in `autoemulate/emulators/`
6565
3. Use [skorch](https://skorch.readthedocs.io/) for scikit-learn compatibility:
6666
- Create `self.model_` as `NeuralNetRegressor` instance
6767
- Pass model architecture as first argument

0 commit comments

Comments
 (0)