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
We need to investigate why the keyword synoptic leads to a core dump for the following cmd:
Removing synoptic for the choice function in alg_fwd_bit raises an error in gapc, but generates code which compiles and seems to do the correct computation?!
(base) t490s x86_64 /Daten/Git/jlab/ADP_collection/Testing>gapc -p "alg_label * alg_fwd_bitscale" tmhmm.gap
Warning:
synoptic choice [float] h([float] candidates) {
^
tmhmm.gap:57.27: Declared role of algebra choice function h (in algebra alg_fwd_bit) does not match autodetected role none(n).
Warning:
synoptic choice [float] h([float] candidates) {
^
tmhmm.gap:57.27: Declared role of algebra choice function h (in algebra alg_fwd_bitscale) does not match autodetected role none(n).
Type: 0
Aborted (core dumped)
We need to investigate why the keyword
synoptic
leads to a core dump for the following cmd:Removing
synoptic
for the choice function inalg_fwd_bit
raises an error in gapc, but generates code which compiles and seems to do the correct computation?!where tmhmm.gap has the following content:
The text was updated successfully, but these errors were encountered: