Ad
  • Custom User Avatar

    Seems like this solution is now obsolete, no?

  • Custom User Avatar

    Thanks for the fix, SteffenVogel_79! My solution passed the tests.

  • Custom User Avatar

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

  • Custom User Avatar

    Thank you for confirming that the ruby-test has an issue, SteffenVogel_79

  • Custom User Avatar

    Sorry to confuse. I deleted my response in that comment because I worked out GiacomoSorbi's example but shifted forward 8 iterations instead of backwards 8 iterations (-8).

    My Ruby code above is copied and pasted exactly from the training area which produced the test result I noted above.

  • Custom User Avatar

    Edit: oops, moved forward in my original response. I see your point. Thanks.

  • Custom User Avatar

    Example of a failing random test that seems to be incorrect (unless I'm misunderstanding something, which is quite possible):

    Testing for : uLVBE:cb0CGg,C xIkWYRP and -8
    Expected:  ": ELVBI:cb0CGg,C xukWYRP", instead got: ": ILVBu:cb0CGg,C xEkWYRP"
    
  • Custom User Avatar

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

  • Custom User Avatar

    It seems like I'm still experiencing this issue in the Ruby version. Is it possible that the Ruby version wasn't updated with this fix, GiacomoSorbi?

    Or maybe it's a different problem. Basically, all of the regular tests pass fine, but the random ones fail (unless they pass just out of luck, for example don't have vowels in the strings). I'm wondering if there's something wrong with the random test generator for Ruby.

    I may be missing something, but I'm terribly confused as to what that would be, since all of the regular tests pass.

  • Custom User Avatar

    The random test cases dont' make sense to me, e.g:

    Testing for AUCUUAAGGACAAGCAUCUGUGUC
    ✘ It should work for random inputs too - Expected: "", instead got: "ILRTSICV"

    It is unclear as to why this case should return an empty string rather than be translated. I'm probably missing something.

  • Custom User Avatar

    This seems like it should be clarified in the description.