Skip to content

Commit f5399d0

Browse files
committed
Remove matplotlib from test; not needed.
1 parent e489d33 commit f5399d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nevaluate.cdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# nevaluate(ex, {$A$: 1, $B$: 3, $x$: np.linspace(0, 10, 10)});
44

55
import time
6-
import matplotlib.pyplot as plt
6+
# import matplotlib.pyplot as plt
77
import numpy as np
88

99
def test01():

0 commit comments

Comments
 (0)