Skip to content
Snippets Groups Projects

undeprecate transferFlags and move concatenation functionality

Merged David Schäfer requested to merge transfer-flags into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -347,7 +347,7 @@ class FlagtoolsMixin:
.. doctest:: exampleTransfer
>>> qc = qc.transferFlags(['a','a'], ['b', 'c'])
>>> qc = qc.transferFlags(['a','a'], ['b', 'c'], overwrite=True)
>>> qc.flags.to_pandas()
a b c
0 -inf -inf -inf
Loading