Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: ignore scipy typing
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 23, 2022
1 parent fe8c518 commit 186b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
import hypothesis.strategies as st
import numpy as np
import scipy.optimize
import scipy.optimize # type: ignore
from hypothesis import given
from hypothesis.extra.numpy import arrays
from pytest import raises
Expand Down

0 comments on commit 186b9eb

Please sign in to comment.