mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
linter things
This commit is contained in:
parent
05f5720876
commit
2342c51869
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class Corr:
|
|||
# We check, if this is the case
|
||||
if all([(isinstance(item, Obs) or isinstance(item, CObs)) for item in data_input]):
|
||||
|
||||
|
||||
self.content = [np.asarray([item]) for item in data_input]
|
||||
self.N = 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue