Calibration files not displaying (update 25.1.21)

Hi @CamDavidsonPilon ,

We’ve just updated to 25.1.21 and all has gone smoothly as far as we can tell, apart from we can’t see any calibrations in the Calibrations tab. It looks like our od_calibrations cache.db was empty but the calibrations are saving fine to the calibrations table in the pioreactor.sqlite database.

I’m not sure why that would be the case but my plan is to adapt the update scripts (pioreactor/update_scripts/25.1.21/cal_convert.py at 8adbed9ac89147ad8d9c2af5601669bfaf024de9 · Pioreactor/pioreactor · GitHub and pioreactor/update_scripts/25.1.21/cal_active.py at 8adbed9ac89147ad8d9c2af5601669bfaf024de9 · Pioreactor/pioreactor · GitHub) to point towards the pioreactor.sqlite database and run them for the od_calibrations and pump calibrations. Any gotchas I should be aware of before I do so?

Many thanks,

Vicky

Hi @vickylouise

Odd that the od_calibrations were empty! Yes, changing the script to target the other sqlite db should be fine. Let me know if you have any questions!

Hi Cameron, thanks for getting back to me. This was the problem instead - I’ve applied your suggestion and the calibrations are popping up. I’d misdiagnosed the problem as I was looking on our leader (which is a leader only) and not on the workers - nothing in the leader calibration files as would be expected. Thanks!

1 Like