You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the selftest file, why is the.res file empty? After running selftest, it shows:
truerand_1bit.res: truerand_1bit.res: No corresponding value for Literal Most Common Value Estimate: p_u
truerand_1bit.res: No corresponding value for Literal MultiMCW Prediction Estimate: P_global'
truerand_1bit.res: No corresponding value for Literal LZ78Y Prediction Estimate: C
truerand_1bit.res: No corresponding value for Literal LRS Estimate: min entropy
......
The text was updated successfully, but these errors were encountered:
Hi everyone, using the #203 solution to fix the TestRunUtil.h error is still useless, and the output is the same as before. Is there any other solution?
That PR was already integrated into the mainline, so re-integrating it isn't going to help anything. Based on the results that you posted, it looks like your ea_noniid program isn't running correctly.
Could you revert to the currently release (v1.1.7), build it, and then manually run the program on the included binary data? Something like this:
After running the selftest file, why is the.res file empty? After running selftest, it shows:
truerand_1bit.res: truerand_1bit.res: No corresponding value for Literal Most Common Value Estimate: p_u
truerand_1bit.res: No corresponding value for Literal MultiMCW Prediction Estimate: P_global'
truerand_1bit.res: No corresponding value for Literal LZ78Y Prediction Estimate: C
truerand_1bit.res: No corresponding value for Literal LRS Estimate: min entropy
......
The text was updated successfully, but these errors were encountered: