Skip to content

Commit

Permalink
script to rm the old turbidstat automation
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 28, 2023
1 parent a100533 commit 4dcf43b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- `pid_morbidostat` now explicitly uses the keyword arg `target_normalized_od`, instead of `target_od`. It always has been nOD.
- Previously, if the LED channel was locked (most common when OD reading was running), then any changes to the LED intensity (via the UI) would be silently rejected. This is changed: we have added retry logic that will attempt to keep changing it a few more times (hopefully to avoid the lock)
- Fixed a race condition between starting an automation and not getting OD data in time.
- Added some light form validation in the automations dialog in the UI.

### 23.11.18
- No more waiting around for growth-rate-calculating to get to "Ready" state
Expand Down
8 changes: 8 additions & 0 deletions update_scripts/upcoming/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

set -x
set -e

export LC_ALL=C

sudo rm /var/www/pioreactorui/contrib/automations/dosing/turbidostat_targeting_od.yaml

0 comments on commit 4dcf43b

Please sign in to comment.