Ad
  • Custom User Avatar

    Also, why does python expect 'Invalid cigar' whereas C++ expect Invalid Cigar ???

    Edit: after checking it seems like another inconsistency in description which should be removed !

  • Custom User Avatar
    • determines whether a cigar string fully matches the reference and accounts for all bases. What is the correct format for such base? Description explains a lot of irrelevant stuff but do not touch this point!

    • What does M, S, H mean? You should explain them clearly

    • Description should be reworded and reformatted for better understanding to solvers

    • Example and fixed tests should provide samples on all the cigar types same as those in the random tests

    • New test framework should be used

  • Default User Avatar

    Looks like on of the random tests is invalid:

    Invalid result for cigar=0S1M, nuc_seq=T
    Expected: equal to "False"
    Actual: "True"
    

    Shouldn't this be True?

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution