opentrons 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d23bdf8eaf497c4c51edbcf9164eabc11e202c3
4
- data.tar.gz: 5ae074ff38bd86a635f33003f2658e121665498d
3
+ metadata.gz: a77773a36e9aa4599162b3f408d87107d4ca236f
4
+ data.tar.gz: 1707dd4342fa2c422c5512be2c5e723ad0423927
5
5
  SHA512:
6
- metadata.gz: fc711aae71b45ff4684dbd7f7974d16a9e3c8f77b69cf72a6939192b7fbc2c0a5f6603cbb1eaa6d56c1c4a0ae435dda40a7fcff768f1097c8afddef2a1de07d0
7
- data.tar.gz: c0e8199fe7586e12912c599496f46f201d553c1fd06b17f191098d71f9b8a1c5002dbc99e71fe924f9c4d6c7f2950333e74c49ea717c556148311dac234d54eb
6
+ metadata.gz: 29b7c8e3bbde1cc9e22a50f766e6a76dfd69ac1ac6bb091d51013f198001cdd9e483b9c0cfcf396ef2037e1bb44a1bdafdcd21b6c60d388efc98f6a564cd1eb1
7
+ data.tar.gz: 0479cd16f2bf2675c595bd6518d626d36d72ca0341e6bee4415c26debb2785e72f1b08b6b491eeadf37c0ec3dc4bee035d52557163a30018e638dc8b552092a4
@@ -13,7 +13,7 @@ module OpenTrons
13
13
  end
14
14
 
15
15
  def to_s
16
- "<OpenTron::Commands:0x#{self.__id__.to_s(16)}>"
16
+ "<OpenTrons::Commands:0x#{self.__id__.to_s(16)}>"
17
17
  end
18
18
 
19
19
  def inspect
@@ -38,7 +38,7 @@ module OpenTrons
38
38
  end
39
39
 
40
40
  def to_s
41
- "<OpenTron::Command:0x#{self.__id__.to_s(16)}>"
41
+ "<OpenTrons::Command:0x#{self.__id__.to_s(16)}>"
42
42
  end
43
43
 
44
44
  def inspect
@@ -63,7 +63,7 @@ module OpenTrons
63
63
  end
64
64
 
65
65
  def to_s
66
- "<OpenTron::Instruments:0x#{self.__id__.to_s(16)}>"
66
+ "<OpenTrons::Instruments:0x#{self.__id__.to_s(16)}>"
67
67
  end
68
68
 
69
69
  def inspect
@@ -92,7 +92,7 @@ module OpenTrons
92
92
  end
93
93
 
94
94
  def to_s
95
- "<OpenTron::Pipette:0x#{self.__id__.to_s(16)}>"
95
+ "<OpenTrons::Pipette:0x#{self.__id__.to_s(16)}>"
96
96
  end
97
97
 
98
98
  def inspect
@@ -5,7 +5,7 @@ module OpenTrons
5
5
  def initialize(protocol)
6
6
  @protocol = protocol
7
7
  @labware_hash = {}
8
-
8
+
9
9
  #TODO: Better system for dealing with labware defs, including user-specified.
10
10
  @labware_definitions = []
11
11
  directory = File.expand_path(File.dirname(__FILE__))
@@ -14,7 +14,7 @@ module OpenTrons
14
14
  labware_definitions << JSON.parse(File.read(filename))
15
15
  end
16
16
  end
17
-
17
+
18
18
  def load(model, slot, display_name="")
19
19
  generated_id = ""
20
20
  loop do
@@ -45,7 +45,7 @@ module OpenTrons
45
45
  end
46
46
 
47
47
  def to_s
48
- "<OpenTron::Labware:#{object_id}>"
48
+ "<OpenTrons::Labware:#{object_id}>"
49
49
  end
50
50
 
51
51
  def inspect
@@ -95,7 +95,7 @@ module OpenTrons
95
95
  end
96
96
  return ArgumentError.new "Well #{location} is out of range."
97
97
  else
98
- return well_list
98
+ return well_list.flatten
99
99
  end
100
100
  end
101
101
 
@@ -108,7 +108,7 @@ module OpenTrons
108
108
  end
109
109
 
110
110
  def to_s
111
- "<OpenTron::LabwareItem:0x#{self.__id__.to_s(16)}>"
111
+ "<OpenTrons::LabwareItem:0x#{self.__id__.to_s(16)}>"
112
112
  end
113
113
 
114
114
  def inspect
@@ -146,7 +146,7 @@ module OpenTrons
146
146
  end
147
147
 
148
148
  def to_s
149
- "<OpenTron::Well:0x#{self.__id__.to_s(16)}>"
149
+ "<OpenTrons::Well:0x#{self.__id__.to_s(16)}>"
150
150
  end
151
151
 
152
152
  def inspect
@@ -71,7 +71,7 @@ module OpenTrons
71
71
  end
72
72
 
73
73
  def to_s
74
- "<OpenTron::OTProtocol:0x#{self.__id__.to_s(16)}>"
74
+ "<OpenTrons::OTProtocol:0x#{self.__id__.to_s(16)}>"
75
75
  end
76
76
 
77
77
  def inspect
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentrons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Emery