Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Oct 1, 2023
2 parents ee4d945 + e52b068 commit 3763073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/template/examples/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Example functions"""
"""Example functions"""
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 3763073

Please sign in to comment.