File tree 4 files changed +0
-12
lines changed
Desktop/Devices/ProtocolRun/SetupLabwarePositionCheck/FlexSetupLPC
LabwarePositionCheck/LPCFlows
ODD/ProtocolSetup/ProtocolSetupOffsets
4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ import { LPCSetupOffsetsTable } from './LPCSetupOffsetsTable'
9
9
10
10
import type { SetupLabwarePositionCheckProps } from '..'
11
11
12
- // TOME TODO: The state updates don't seem to work if offsets are applied for some reason.
13
- // Is there any way to sync that info? I guess it's not terrible if you can't, but
14
- // applying offsets once to a run per app seems wise.
15
-
16
12
export function FlexSetupLPC (
17
13
props : SetupLabwarePositionCheckProps
18
14
) : JSX . Element {
Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ export function useLPCFlows({
63
63
const [ isLaunching , setIsLaunching ] = useState ( false )
64
64
const [ hasCreatedLPCRun , setHasCreatedLPCRun ] = useState ( false )
65
65
66
- // TOME TODO: Check that offset requests don't happen if we are looking at a historical
67
- // run. Make sure run setup is disabled, too.
68
66
const isFlex = robotType === FLEX_ROBOT_TYPE
69
67
const deckConfig = useNotifyDeckConfigurationQuery ( ) . data
70
68
const { data : runRecord } = useNotifyRunQuery ( runId ?? null )
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ import {
19
19
import { useAddLabwareOffsetToRunMutation } from '@opentrons/react-api-client'
20
20
import { useState } from 'react'
21
21
22
- // TOME TODO: Test that you can't launch LPC if you have steps that need to be complete first?
23
-
24
22
export function SetupOffsetsHeader ( {
25
23
runId,
26
24
setSetupScreen,
Original file line number Diff line number Diff line change @@ -116,10 +116,6 @@ import type {
116
116
117
117
const FETCH_DURATION_MS = 5000
118
118
119
- // TOME TODO: I think you HAVE to have the behavior that if someone else updates offsets,
120
- // for the run, you HAVE to consider those offsets as applied. Otherwise that could lead
121
- // to offset confusion.
122
-
123
119
const ANALYSIS_POLL_MS = 5000
124
120
interface PrepareToRunProps {
125
121
runId : string
You can’t perform that action at this time.
0 commit comments