We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We tried running a script to:
We incorrectly set the target well initially, leading to failed dispense actions.
After 3 attempts, PLR's tracker thinks we only have 20 uL left (3x60 uL dispensed) when we haven't dispensed any liquid.
The text was updated successfully, but these errors were encountered:
how did the dispense fail? could you share the specific error? depending on the error, the plunger might have moved down.
Sorry, something went wrong.
The dispense failed with the error: First we have a ChannelizedError(errors={0: PositionNotReachableError...}) when we try to dispense
ChannelizedError(errors={0: PositionNotReachableError...})
Then when we run it again towards the correct well:
Our current workaround is set set_volume_tracking(False)
set_volume_tracking(False)
Thank you!
fixed with #429. could you please confirm it works for you?
Thank you for the quick fix, Rick! We will verify by the end of this week!
No branches or pull requests
We tried running a script to:
We incorrectly set the target well initially, leading to failed dispense actions.
After 3 attempts, PLR's tracker thinks we only have 20 uL left (3x60 uL dispensed) when we haven't dispensed any liquid.
The text was updated successfully, but these errors were encountered: