I am using the air_bubbler plugin and have noticed through testing that the OD dodging parameters are likely defaulting to the fallback values set in base.py:
I see about a 2.5 second break every time the air pump is shut off to take an OD reading. I am expecting a much larger delay based on the following variables in my config file:
Ah this using this old convention for our configs. The function get_from_config checks for a config section <job_name>.config (this is our recommend convention for jobs), but the plugin is using the old way. So just update that section header to [air_bubbler.config] and it should work
Right, there are some places in the plugin’s code that used the old nomenclature still.
Hah! Yes, that would work as a fix, too. I’ve updated the plugin to only use air_bubbler.config (version 0.4.1, available if you uninstall and reinstall)