mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 00:39:27 +02: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 loc_id, reps in zip(ids, no_reps):
|
||||||
for index in range(reps):
|
for index in range(reps):
|
||||||
missing_chars = ens_length - len(str(loc_id))
|
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))
|
return_list.append(Obs(samples, tmp_names))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue