mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
linter fixed
This commit is contained in:
parent
e5c0e031db
commit
c229dde124
1 changed files with 1 additions and 0 deletions
|
@ -1468,6 +1468,7 @@ def merge_obs(list_of_obs):
|
|||
o.reweighted = np.max([oi.reweighted for oi in list_of_obs])
|
||||
return o
|
||||
|
||||
|
||||
def _type_chooser(n):
|
||||
for dtype in [np.uint8, np.uint16, np.uint32, np.uint64]:
|
||||
if n <= dtype(-1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue