Open ZJWang9928 opened 7 months ago
Hello! I found that the implementations of category and index of parent for sequence construction in AR-RNTR are different between your released code and the paper. Are they equivalent?
"Seq2bznodelist" seems to have not been called
Hello! I found that the implementations of category and index of parent for sequence construction in AR-RNTR are different between your released code and the paper. Are they equivalent?
"Seq2bznodelist" seems to have not been called
@EchoQiHeng
It is called in simple_test_pts
function. Besides, all of the topo types are set to start, continue, fork and merge instead of Ancestor, Lineal, Offshoot and Clone. And the integer for the index of parent are implemented as fork from
and merge into
in the code.
Hello! I found that the implementations of category and index of parent for sequence construction in AR-RNTR are different between your released code and the paper. Are they equivalent?