Skip to content

Commit 0d9a4ac

Browse files
authored
Model adaptivity configuration docs: Clarify micro_file_names (#269)
1 parent 1012353 commit 0d9a4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To turn on model adaptivity, set `"model_adaptivity": true` in `simulation_param
117117

118118
| Parameter | Description |
119119
|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
120-
| `micro_file_names` | List of paths to the files containing the Python importable micro simulation classes. If the files are not in the working directory, give the relative path from the directory where the Micro Manager is executed. Requires a minimum of 2 files. |
120+
| `micro_file_names` | List of paths to the files containing the Python importable micro simulation classes, in order of decreasing model fidelity. If the files are not in the working directory, give the relative path from the directory where the Micro Manager is executed. Requires a minimum of 2 files. |
121121
| `switching_function` | Path to the file containing the Python importable switching function. If the file is not in the working directory, give the relative path from the directory where the Micro Manager is executed. |
122122
| `micro_stateless` | List of boolean values, whether the respective micro simulation model is stateless and can use model instancing. |
123123

0 commit comments

Comments
 (0)