mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
feat: removed attribute is_merged.
This commit is contained in:
parent
b708411830
commit
a53fb18821
6 changed files with 2 additions and 28 deletions
|
@ -932,7 +932,6 @@ def qtop_projection(qtop, target=0):
|
|||
proj_qtop.append(np.array([1 if round(qtop.r_values[n] + q) == target else 0 for q in qtop.deltas[n]]))
|
||||
|
||||
reto = Obs(proj_qtop, qtop.names, idl=[qtop.idl[name] for name in qtop.names])
|
||||
reto.is_merged = qtop.is_merged
|
||||
return reto
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue