FlexFringe icon indicating copy to clipboard operation
FlexFringe copied to clipboard

Apta file being read in wrongly

Open RobBa opened this issue 2 years ago • 2 comments

When reading the apta file the state machien is wrong and has duplicate transitions. Reproduce:

./flexfringe --ini ini/alergia.ini data/PAutomaC-competition_sets/5.pautomac.train.dat

./flexfringe --ini ini/predict-css.ini --aptafile=data/PAutomaC-competition_sets/5.pautomac.train.dat.ff.final.json data/PAutomaC-competition_sets/5.pautomac.test.dat

  1. Go into PAutomaC directory and dot -Tpdf 5.pautomac.test.dat.ff.tom_final.dot >> 5.tom.pdf

The desired result and the predict-css.ini are in attachment. 5.out.pdf predict-css.txt

RobBa avatar Jun 26 '23 13:06 RobBa

We fixed one of the things, but the problem persists. I noticed that idat is a local object, but then it reads abbadingo sequences in apta::read_json(): idat.read_abbadingo_sequence(trace_stream,node->access_trace);

This has other side effects, but should be tackled nevertheless. Branches are

  • refactor-inputdata
  • Publications/CSS_and_streaming

RobBa avatar Jun 27 '23 09:06 RobBa

This is now fixed in 5ec86619c83b980baa9878d1f8f1d4924520a6d1

So this can be closed.

hwalinga avatar Jan 30 '24 16:01 hwalinga