You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ethopy-create-task` command generates a Python template file for an Ethopy experiment. This template includes default parameters and placeholders that you need to customize for your specific experiment.
43
+
44
+
### Generating a Template
45
+
To create a task template, run the following command in your terminal:
46
+
47
+
```bash
48
+
ethopy-create-task
49
+
```
50
+
51
+
You will be prompted to enter the module paths and class names for the experiment, behavior, and stimuli components. The generated file will include all required parameters with placeholders (`...`) that need to be filled.
0 commit comments