MuSiC icon indicating copy to clipboard operation
MuSiC copied to clipboard

Bug fix - treating bulk.case as an ESet object instead of matrix

Open aarzalluz opened this issue 6 months ago • 0 comments

Removed the exprs() call that caused an error in music2_prop_t_statistics(). The bulk.case object was treated as an ESet object when it is already a matrix. This fix allows the function to finish correctly (testing modified function was successful).

Merging this solves the bug in issue #121.

aarzalluz avatar Jul 02 '25 14:07 aarzalluz