Skip to content

Commit 03da23e

Browse files
authored
Update README.md (#153)
1 parent 0d85f9f commit 03da23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,14 @@ seml seml_example add example_config.yaml
210210
If you open your MongoDB (e.g. with the software `robo3t`), you should now find a collection `seml_example` with the staged experiments.
211211
Note that the collection name is specified _before_ the operation (`add`).
212212
213-
To see what the option `--force-duplicates` does, run the above command again. The output should now read something like:
213+
To see what the option `--force` does, run the above command again. The output should now read something like:
214214
215215
```
216216
72 of 72 experiments were already found in the database. They were not added again.
217217
```
218218
219219
That is, the script checks whether experiments with the same configuration are already in the database collection.
220-
In this case, they are not added to the database to avoid redundant computations. In order to force add duplicates to the database, use the `--force-duplicates` argument.
220+
In this case, they are not added to the database to avoid redundant computations. In order to force add duplicates to the database, use the `--force` argument.
221221
222222
All experiments are now already in the database collection you specified and in the STAGED state.
223223

0 commit comments

Comments
 (0)