quietly include Models/ia/ia.eNm
quietly ia stage
quietly include Trials/ia.lexical_decision.simple_threshold.eNa
create stimulus_set Andrews_92_short
Andrews_92_short load Databases/Stimulus_files/Andrews_92_short.eNd
(ldt default_observer) clear
(ia parameters) set rate 1
set stimulus=$stimulus
quietly ldt run_set Andrews_92_short
unset stimulus
(ia parameters) set rate 1.2
set stimulus=$stimulus
quietly ldt run_set Andrews_92_short
unset stimulus
(ldt default_observer) get
CRASH
The crash seems to be related to the fact that (ldt default_observer) has _valid_from_row _valid_to_row set. In fact the crash occurs at the point when the first valid row is hit.
Is this a bug or a feature? in the latter case, how do we go about this? We need this to implement param exploration.
Don't know how I forgot to look into this (I'd noted this in my email 15 June 2016 at 17:35).
That these were taking the wrong values helped find the bug.
The fix at r1371 should get this and the mixed-up parameter column bug that Colin and I noticed.