Skip to content

Commit

Permalink
import numpy from autograd!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancoe committed Nov 10, 2023
1 parent d663e73 commit 16e3f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pytest import approx
import wecopttool as wot
import capytaine as cpy
import numpy as np
import autograd.numpy as np
import matplotlib.pyplot as plt
from scipy.optimize import Bounds
import xarray as xr
Expand Down

0 comments on commit 16e3f49

Please sign in to comment.