mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Removed unnecessary cast
This commit is contained in:
parent
d740f8d3c4
commit
71e9d6c29c
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ def load_json(fname, verbose=True, gz=True, full_output=False):
|
|||
retd['idl'].append([di[0] for di in rep['deltas']])
|
||||
retd['deltas'].append(np.array([di[1:] for di in rep['deltas']]))
|
||||
retd['is_merged'][rep['name']] = rep.get('is_merged', False)
|
||||
retd['deltas'] = np.array(retd['deltas'])
|
||||
return retd
|
||||
|
||||
def get_Obs_from_dict(o):
|
||||
|
|
Loading…
Add table
Reference in a new issue