mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
fix: typo in input.json corrected.
This commit is contained in:
parent
873627fd95
commit
6eba4ee473
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ def _parse_json_dict(json_dict, verbose=True, full_output=False):
|
||||||
elif io['type'] == 'Corr':
|
elif io['type'] == 'Corr':
|
||||||
ol.append(get_Corr_from_dict(io))
|
ol.append(get_Corr_from_dict(io))
|
||||||
else:
|
else:
|
||||||
raise Exception("Unkown datatype.")
|
raise Exception("Unknown datatype.")
|
||||||
|
|
||||||
if full_output:
|
if full_output:
|
||||||
retd = {}
|
retd = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue