Private
Public Access
1
0

removed print statement

This commit is contained in:
Sander Roosendaal
2021-01-11 13:16:24 +01:00
parent 6e236ae1e2
commit 82b5ece732

View File

@@ -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')