Skip to content

Commit 8707611

Browse files
committed
update tests
1 parent 24c7e3d commit 8707611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketsled/tests/test_task.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def setUp(self):
152152
self.db = launchpad.db
153153
self.dims_basic = [(1, 10), (10.0, 20.0),
154154
['blue', 'green', 'red', 'orange']]
155-
self.dims_accuracy = [(1, 10), (10.0, 20.0), (20.0, 30.0)]
155+
self.dims_accuracy = [(1.0, 10.0), (10.0, 20.0), (20.0, 30.0)]
156156
self.dims_parallel = [(1, 5), (1, 5), (1, 5)]
157157

158158
self.c = getattr(self.db, opt_label)

0 commit comments

Comments
 (0)