mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
pyerrors.py renamed to obs.py, h5py added as dependency
This commit is contained in:
parent
012bf8ad17
commit
9805ee2b4b
14 changed files with 13 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
# coding: utf-8
|
||||
|
||||
import numpy as np
|
||||
from .pyerrors import Obs
|
||||
from .obs import Obs
|
||||
|
||||
|
||||
def gen_correlated_data(means, cov, name, tau=0.5, samples=1000):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue