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
pcaer_20 reliably fails at step me300 when specifying --trio.
The cause of the error is that the trio flag defines a trio_ex_file to be used with as ie_file (at line 978-981) which is passed to bcomb at line 1088, but the code to create that file (line 1049-1054) has been commented out by the if(0) on the block starting line 1022.
Currently unclear to me whether the fix is to re-activate the code creating the trio_ex_file or to stop that argument from being passed to bcomb.
The text was updated successfully, but these errors were encountered:
pcaer_20
reliably fails at stepme300
when specifying--trio
.The cause of the error is that the trio flag defines a
trio_ex_file
to be used with asie_file
(at line 978-981) which is passed tobcomb
at line 1088, but the code to create that file (line 1049-1054) has been commented out by theif(0)
on the block starting line 1022.Currently unclear to me whether the fix is to re-activate the code creating the
trio_ex_file
or to stop that argument from being passed tobcomb
.The text was updated successfully, but these errors were encountered: