nucleotide-count: Remove special treatment of uracil#16
nucleotide-count: Remove special treatment of uracil#16sjakobi wants to merge 1 commit intoexercism:masterfrom
Conversation
|
Not sure whether the |
|
@rubysolo do you have time to look at this one? It should be fairly straight-forward. |
|
I think you're right -- an if form would be better in place of the cond. Looks good otherwise! |
62325fe to
67111b1
Compare
|
@rubysolo: Can you please rerun the tests on this? I'm getting the following error whenever I try to run the tests: |
|
It looks like the example file is still using the |
67111b1 to
583feec
Compare
Sadly, no. |
|
This has gotten a bit out of date. @sjakobi would you like to rework this off of a recent master? |
For the related discussion see exercism/python#98. This also changes the namespace of the example solution from "dna" to "nucleotide_count".
583feec to
d81fdc5
Compare
|
Sadly I still haven't made sense of that strange error above. Would someone else be willing to give this solution a test run? |
|
@theotherzach - you've been doing clojure lately, right? Would you happen to have 15 minutes to figure out what's going on in this thing? |
|
uh-oh. That means... what exactly? |
|
If I copy |
|
Merged in 79ae8a6 |
|
Thanks, @theotherzach & @rubysolo, for running the tests and merging my changes! |

For the related discussion see exercism/python#98.
Fixes #15.