Closed elbazjosh closed 4 years ago
Welcome, and many thanks for your interest and kind words!
Oops, you have a minor bug in your string replacement fields: if you change "Fact #() probability of recall: {:0.1f}%
to "Fact #{} probability of recall: {:0.1f}%
(note first pair of parentheses changed to braces), it will work as expected.
Happy to help with further questions!
That's embarrassing thank you!
Hey All,
I am amazed by the effort and design behind this, and I can only wish for the technical mastery to fully appreciate it. Nonetheless, since the documentation is so good, I wanted to go ahead and experiment with my own project, but I thought it would be instructive to first walk through the how to.
I seem to be having an issue early on. With the following code copied from the Ebisu how to:
I get the following output:
Any ideas on what might be causing the results to print 1% and 2%? Thank you for your time, and I look forward to working through this!