feat: removed attribute is_merged.

This commit is contained in:
Fabian Joswig 2023-01-06 13:34:26 +01:00
parent b708411830
commit a53fb18821
No known key found for this signature in database
6 changed files with 2 additions and 28 deletions

View file

@ -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