Skip to content

Commit

Permalink
test_matplotlib_export: Add import numpy to intro code
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jan 27, 2025
1 parent a958d9f commit c76c669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/tests/test_matplotlib_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

def add_intro(a):
r = "import matplotlib.pyplot as plt\n" + \
"import numpy as np\n" + \
"from numpy import array\n" + \
"plt.clf()"
return r + a
Expand Down

0 comments on commit c76c669

Please sign in to comment.