Skip to content

Commit

Permalink
remove unneeded imports from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McCrackan committed Oct 29, 2024
1 parent 76c91e4 commit b3062e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_fitting_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import so3g
import numpy as np

from scipy.optimize import minimize
import numdifftools as ndt


class TestFitting(unittest.TestCase):
"""Test fitting noise model."""
Expand Down

0 comments on commit b3062e3

Please sign in to comment.