whizard is hosted by Hepforge, IPPP Durham

Opened 10 years ago

Closed 10 years ago

#644 closed defect (fixed)

Accuracy goal breaks MD5 sum

Reported by: kilian Owned by: kilian
Priority: P1 Milestone: v2.2.1
Component: core Version: 2.2.0
Severity: critical Keywords:
Cc:

Description

This input shows the problem:

process bug2_p = e1, E1 => e2, E2
compile
seed = 0
me = 0
mmu = 0
sqrts = 500
integrate (bug2_p) { accuracy_goal = 1 }
simulate (bug2_p) { n_events = 1 }

The simulate step fails due to a bogus report that the parameters don't match. Even without simulate, the grids won't be reread correctly when the same script is executed twice.

Change History (4)

comment:1 Changed 10 years ago by Juergen Reuter

Priority: P0P1

Wrong priority order, after the build was cracked...

comment:2 Changed 10 years ago by kilian

Status: newassigned

[We should have checked this earlier...]

comment:3 Changed 10 years ago by kilian

The code above works now, r5862. Close the ticket when Brian's original code has been successfully tested.

comment:4 Changed 10 years ago by kilian

Resolution: fixed
Status: assignedclosed

OK, Brian's example now runs through once, and correctly reads and reuses the results in a second run. Closing.

Note: See TracTickets for help on using tickets.