tests: fuzzy test for Obs added, test dependencies and documentation

updated.
This commit is contained in:
Fabian Joswig 2023-01-20 11:44:31 +00:00
parent ef23dd256f
commit 7bb164120b
No known key found for this signature in database
5 changed files with 12 additions and 2 deletions

View file

@ -10,6 +10,7 @@ import matplotlib.pyplot as plt
from scipy.stats import skew, skewtest, kurtosis, kurtosistest
import numdifftools as nd
from itertools import groupby
from hypothesis import given, strategies as st
from .covobs import Covobs
# Improve print output of numpy.ndarrays containing Obs objects.