Closed Hazel-Yi closed 1 month ago
is this fixed?
@KIAND-glitch when checking integration test between sifted and prelim, has the y value remain same or doesn't contain negative value ?
@JUNHENGC3382 when checking integration test between preprocessing and prelim, has the y value remain same or doesn't contain negative value ?
For runing integration_demo.py, this a screenshoot of pythia summary.
pythia calcuate avgperf and stdperf as
avgperf = np.around(np.nanmean(y,axis=0),3) stdperf = np.around(np,nanstd(y,axis=0),3)
For column stdperf and avgperf, the incorrect output is due to python generated y data is deviated from matlab. It contains negative values.y_input.csv Could the previous stages dev check see if Y output in the ur stage