Skip to content
Snippets Groups Projects
Commit 6aeefad0 authored by Stefano Borini's avatar Stefano Borini
Browse files

flake

parent e9353fee
No related branches found
No related tags found
1 merge request!68Introduced data value object
from traits.api import HasStrictTraits, Any, String, Int, Enum
from traits.api import HasStrictTraits, Any, String, Enum
class DataValue(HasStrictTraits):
......
......@@ -10,4 +10,3 @@ class TestDataValue(unittest.TestCase):
self.assertEqual(dv.value, None)
self.assertEqual(dv.accuracy, None)
self.assertEqual(dv.quality, "AVERAGE")
......@@ -50,5 +50,3 @@ class TestCSVExtractorDataSource(unittest.TestCase):
model.column = 50
with self.assertRaises(IndexError):
ds.run(model, mock_params)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment