mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-29 16:29:27 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
a341ec7fc7
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ import numdifftools as nd
|
|||
from itertools import groupby
|
||||
from .covobs import Covobs
|
||||
|
||||
# Improve print output of numpy.ndarrays containing Obs objects.
|
||||
np.set_printoptions(formatter={'object': lambda x: str(x)})
|
||||
|
||||
|
||||
class Obs:
|
||||
"""Class for a general observable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue