removed print statement
This commit is contained in:
@@ -43,10 +43,9 @@ class InteractivePlotTests(TestCase):
|
||||
|
||||
def test_interactive_boxchart(self):
|
||||
df = pd.read_csv('rowers/tests/testdata/boxplotdata.csv')
|
||||
print(df.info())
|
||||
|
||||
script, div = interactiveplots.interactive_boxchart(df, 'spm')
|
||||
|
||||
|
||||
self.assertFalse(len(script)==0)
|
||||
self.assertFalse(len(div)==0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user