-
Notifications
You must be signed in to change notification settings - Fork 111
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
Avoid having randomized unittest #333
Comments
Hi, I love to work on this issue, Can you please assign me ?? |
@vikas-chaudhary-2802 the issue has been assigned, please follow these guidelines when working on the issue. |
@vikas-chaudhary-2802 I included some more explanation above. |
@skim0119 I have made few changes and i wanted to test whether those are working. Do i need to build the project and then run the test using 'make test' command? |
@vikas-chaudhary-2802 Repository can be installed using |
@skim0119 whether I need to build after I make the changes or not ? |
@vikas-chaudhary-2802 If you have made changes within the |
@skim0119 i added logging line to check the datatype but the logs are not getting printed on the shell when i run - make tests....could you please suggest any other way to debug ? |
@vikas-chaudhary-2802 You can directly run |
@vikas-chaudhary-2802 Could you commit your code in your |
@skim0119 yeah, I am able to commit |
@vikas-chaudhary-2802 I went over your code. The directors passed to the timestepper need to be orthogonal. I think that is why the analytical solution is breaking. Please correct the directors and try to run the test again. Also, try to format the script before commiting. You can run |
Hi, @skim0119 Thank You for your suggestion. I will make the changes as soon as possible |
@vikas-chaudhary-2802 I would appreciate it if you could attach the actual code, or link the forked script to re-run. I can't help out just looking at the image file. Same for the error message. Few comments:
|
github-action
.PyElastica/tests/test_math/test_timestepper.py
Lines 401 to 408 in d12107a
The text was updated successfully, but these errors were encountered: