usnistgov / trec_eval

Evaluation software used in the Text Retrieval Conference
232 stars 49 forks source link

bump checkout action version to prevent warnings #41

Closed cmacdonald closed 8 months ago

cmacdonald commented 10 months ago

Test is failing:

< iprec_at_recall_0.30      all 0.2852
---
> iprec_at_recall_0.30      all 0.2732
isoboroff commented 10 months ago

Is this on all platforms?  I was talking to Sean and Richard an out fixing the Windows build. I also updated the test ground truth for 10.0 and I wonder if some system issue is happening On Nov 14, 2023 at 10:26 -0500, Craig Macdonald @.***>, wrote:

Test is failing: < iprec_at_recall_0.30 all 0.2852

iprec_at_recall_0.30 all 0.2732 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

cmacdonald commented 10 months ago

Is this on all platforms?

That failure is on Linux. Not sure if others are affected - it cancels all jobs OS fails.

I was talking to Sean and Richard an out fixing the Windows build.

So I heard. Hence I went back to look at the Github Actions.

You could probably make an Action to build your three binaries.

isoboroff commented 8 months ago

Craig, I fixed a bug in m_iprec_at_recall and m_11pt_avg, and now builds for macOS and Ubuntu build. I don't understand the Windows error... can you take a quick look?

cmacdonald commented 8 months ago

Looking at this now.