Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 19, 2024
1 parent 11b9b4f commit 888efc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
- new calibrations CLI
- persistent storage is now on single sqlite3 database
- new "add log entry" dialog
- kalman filter table is no longer populated
- deprecated `default` in background_jobs yaml fields.
- [ ] test self-test
- [ ] check back edits to stirring calibration
- [ ] cahnges to settings api
- [ ] changes to settings api in unit_api

### 24.12.10
- Hotfix for UI settings bug
Expand Down
10 changes: 5 additions & 5 deletions pioreactor/background_jobs/leader/mqtt_to_db_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,11 @@ def add_default_source_to_sinks() -> list[TopicToParserToTable]:
parse_automation_settings,
"temperature_automation_settings",
),
TopicToParserToTable(
"pioreactor/+/+/growth_rate_calculating/kalman_filter_outputs",
parse_kalman_filter_outputs,
"kalman_filter_outputs",
),
# TopicToParserToTable(
# "pioreactor/+/+/growth_rate_calculating/kalman_filter_outputs",
# parse_kalman_filter_outputs,
# "kalman_filter_outputs",
# ),
TopicToParserToTable(
"pioreactor/+/+/stirring/measured_rpm", parse_stirring_rates, "stirring_rates"
),
Expand Down

0 comments on commit 888efc3

Please sign in to comment.