Fix of the segfault generated by the euclidean automaton test.
Julia shouldn't crash but rather raise an error about the existence of a function generated by metaprogramming. I didn't manage to isolate the segfault withtout the package. To overcome the issue, I add another level of multiple dispatch/abstract type for synchronized models. Test of the euclidean distance automaton works.
Showing
- automata/euclidean_distance_automaton.jl 12 additions, 9 deletionsautomata/euclidean_distance_automaton.jl
- core/common.jl 12 additions, 6 deletionscore/common.jl
- core/lha.jl 4 additions, 4 deletionscore/lha.jl
- core/model.jl 45 additions, 41 deletionscore/model.jl
- core/trajectory.jl 1 addition, 1 deletioncore/trajectory.jl
Please register or sign in to comment