SigProfilerMatrixGenerator icon indicating copy to clipboard operation
SigProfilerMatrixGenerator copied to clipboard

fix #133: update DataFrame append to concat

Open soymintc opened this issue 6 months ago • 0 comments

Previously trans and untrans have been appending another DataFrame, either a or b. Fixed #133 by applying a simple fix: using concat instead of append.

soymintc avatar Aug 07 '24 20:08 soymintc