mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
autograd numpy removed from correlators where not necessary
This commit is contained in:
parent
77c816d6a6
commit
0339912fae
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
import autograd.numpy as np
|
||||
import numpy as np
|
||||
import autograd.numpy as anp
|
||||
from .pyerrors import *
|
||||
from .fits import standard_fit
|
||||
from matplotlib import pyplot as plt
|
||||
|
|
Loading…
Add table
Reference in a new issue