mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-29 20:46:54 +01:00
lint
This commit is contained in:
parent
53192d31a9
commit
982789907c
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ def read_hd5(filestem: str, ens_id: str, group: str, attrs: Optional[Union[dict,
|
||||||
for c in corr_data_array.T:
|
for c in corr_data_array.T:
|
||||||
p_obs.append(Obs([c], [ens_id], idl=[idx]))
|
p_obs.append(Obs([c], [ens_id], idl=[idx]))
|
||||||
corr = Corr(p_obs)
|
corr = Corr(p_obs)
|
||||||
|
|
||||||
corr.tag = r", ".join(infos)
|
corr.tag = r", ".join(infos)
|
||||||
return corr
|
return corr
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue