Skip to content

Commit

Permalink
Update test_sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 1, 2023
1 parent ed00ba5 commit d0cc256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
from numpy.testing import assert_allclose, assert_array_equal

from template.sample import add, divide, make_array
from template.examples.sample import add, divide, make_array


def test_add():
Expand Down

0 comments on commit d0cc256

Please sign in to comment.