-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# port of Ebisu #8
Comments
Wow super! Thank you for this! A couple of questions: I am a total compete newbie at C# and .NET 😇, how can I run the test suite on macOS or Linux? Is there a single command I can run? Alternatively, I could download a Windows VirtualBox image from Microsoft, could you describe how to get the project to run in Windows? I'm looking at your test script, any reason this one assertion is commented out? https://github.com/nikhildpardasani/Ebisu-CSharp/blob/af7b3c6c7fb2ca24b2f3b319a3668bfefcfe01a6/Ebisu/EbisuTest.cs#L87 If I recall, that assertion relies on the minimize function throwing an exception when it cannot meet the tolerance requirement, does that not happen? If I can get the tests to run, then I'll be happy to help debug how to enable that assertion 😊. Thank you for your hard work! As soon as I resolve the above questions, I'll add a link to the Ebisu README. |
Hi, You can run the code on Mac using Visual Studio for Mac or Visual Studio Code. Visual Studio Code will be the easiest. Regarding the assertion that is commented out. You are correct, minimise function throws an exception when it cannot meet the tolerance, but when I run the program that exception breaks the code and hence I have commented it. You can uncomment it and try, it will throw an exception at the right place. If you want me to add any comments there I can do that for the same. Thanks, |
Many apologies for the delay.
So JUnit has a method |
Hi,
I have ported the Ebisu in C# from your repo which is in Java.
Here is the link to my repo :- https://github.com/nikhildpardasani/Ebisu-CSharp
Kindly go through the code, I have maintained good code. Do let me know if you feel any changes required in any part of the code.
This repo contains all three maximise golden function, gamma function and Ebisu.
Can you please verify this code if it works fine and if you approve that it is correct can you make a note in the Ebisu Readme with a link to the repo.
Thanks!
The text was updated successfully, but these errors were encountered: