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