autograd numpy removed from correlators where not necessary

This commit is contained in:
Fabian Joswig 2021-09-27 15:24:13 +01:00
parent 77c816d6a6
commit 0339912fae

View file

@ -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