Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
idocx committed Aug 26, 2024
1 parent 734ddc2 commit 56f65c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/best_practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ class Solid_Wet_Mixing_and_Pipetting(BaseTask):
```

In this solution, before running any of the time-sensitive process, all the devices and sample positions involved in the
process is booked. Then, the robot begins the series of processes until it finishes everything, ensuring minimum time is
achieved for this specific sample. The next sample will run once this specific sample is done. Note that all resources
process are booked. Then, the robot begins the series of processes until it finishes everything, ensuring minimum wait time is
incurred for this specific sample. The next sample will run once this specific sample is done. Note that all resources
are available because the booking ensures the devices and sample positions are exclusively available for this task.

## 2. Sharing device/instrument between automated workflow and manual usage
Expand Down

0 comments on commit 56f65c3

Please sign in to comment.