You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using for a second time an object instantiated from the HierarchicalReconciliation, the attributes that its self.reconcilers store as part of their fit affect the final column names
I traced back the error to core's _build_fn_name that uses all the original and new attributes from the self.reconcilers.
This is problematic for new methods that recycle self.reconcilers.
For example the recently added bootstrap_reconcile