mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
read bdio adjusted to new bookkeeping system
This commit is contained in:
parent
f56151ccdc
commit
d873896f31
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ def read_ADerrors(file_path, bdio_path='./libbdio.so', **kwargs):
|
|||
for loc_id, reps in zip(ids, no_reps):
|
||||
for index in range(reps):
|
||||
missing_chars = ens_length - len(str(loc_id))
|
||||
tmp_names.append(str(loc_id) + ' ' * missing_chars + 'r' + '{0:03d}'.format(index))
|
||||
tmp_names.append(str(loc_id) + ' ' * missing_chars + '|r' + '{0:03d}'.format(index))
|
||||
|
||||
return_list.append(Obs(samples, tmp_names))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue