diff --git a/hardware-testing/Makefile b/hardware-testing/Makefile index ffc8abc5cfc..c4d92a09966 100755 --- a/hardware-testing/Makefile +++ b/hardware-testing/Makefile @@ -87,9 +87,8 @@ test-production-qc: .PHONY: test-examples test-examples: - $(python) -m hardware_testing.examples.test_report + $(python) -m hardware_testing.examples.csv_report $(python) -m hardware_testing.examples.custom_axis_settings_ot3 --simulate - $(python) -m hardware_testing.examples.endstop_encoder_ot3 --simulate $(python) -m hardware_testing.examples.pick_up_tip_ot3 --simulate $(python) -m hardware_testing.examples.plunger_ot3 --simulate $(python) -m hardware_testing.examples.capacitive_probe_ot3 --simulate diff --git a/hardware-testing/hardware_testing/gravimetric/radwag_pipette_calibration_vial.json b/hardware-testing/hardware_testing/gravimetric/radwag_pipette_calibration_vial.json index eb2f5129986..baef7a0cf6d 100644 --- a/hardware-testing/hardware_testing/gravimetric/radwag_pipette_calibration_vial.json +++ b/hardware-testing/hardware_testing/gravimetric/radwag_pipette_calibration_vial.json @@ -1,40 +1,59 @@ { - "ordering": [["A1"]], - "brand": {"brand": "Radwag", "brandId": ["AXA11"]}, - "metadata": { - "displayName": "Radwag Pipette Calibration Vial", - "displayCategory": "tubeRack", - "displayVolumeUnits": "µL", - "tags": [] - }, - "dimensions": {"xDimension": 128, "yDimension": 86, "zDimension": 86}, - "wells": { - "A1": { - "depth": 40, - "totalLiquidVolume": 2152.38, - "shape": "circular", - "diameter": 14.5, - "x": 64, - "y": 43, - "z": 46 - } - }, - "groups": [ - { - "brand": {"brand": "Radwag", "brandId": ["AXA11"]}, - "metadata": {"wellBottomShape": "flat", "displayCategory": "tubeRack"}, - "wells": ["A1"] - } - ], - "parameters": { - "format": "irregular", - "quirks": [], - "isTiprack": false, - "isMagneticModuleCompatible": false, - "loadName": "radwag_pipette_calibration_vial" - }, - "namespace": "custom_beta", - "version": 1, - "schemaVersion": 2, - "cornerOffsetFromSlot": {"x": 0, "y": 0, "z": 0} + "schemaVersion": 2, + "version": 1, + "namespace": "custom_beta", + "ordering": [ + ["A1"] + ], + "metadata": { + "displayName": "Radwag Pipette Calibration Vial", + "displayCategory": "tubeRack", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 128, + "yDimension": 86, + "zDimension": 86 + }, + "parameters": { + "format": "irregular", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "radwag_pipette_calibration_vial" + }, + "wells": { + "A1": { + "depth": 40, + "totalLiquidVolume": 2152.38, + "shape": "circular", + "diameter": 14.5, + "x": 64, + "y": 43, + "z": 46 + } + }, + "brand": { + "brand": "Radwag", + "brandId": ["AXA11"] + }, + "groups": [ + { + "brand": { + "brand": "Radwag", + "brandId": ["AXA11"] + }, + "metadata": { + "wellBottomShape": "flat", + "displayCategory": "tubeRack" + }, + "wells": ["A1"] + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + } } \ No newline at end of file