NormAE icon indicating copy to clipboard operation
NormAE copied to clipboard

Bug: mismatch between example / normae CLI help and read_and_preprocess

Open Freddsle opened this issue 3 months ago • 0 comments

The README says that the input dataset should be in feature x sample format:

https://github.com/luyiyun/NormAE/blob/4f642d1d84c9c5a7e98ef576925e8eb9052f8a06/src/normae/cli.py#L95-L100

but read_and_preprocess from 'src/normae/cli.py' expect samples in rows:

https://github.com/luyiyun/NormAE/blob/4f642d1d84c9c5a7e98ef576925e8eb9052f8a06/src/normae/cli.py#L41

Freddsle avatar Oct 08 '25 13:10 Freddsle