-
Notifications
You must be signed in to change notification settings - Fork 78
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
move examples to WaterLily-Examples #156
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
This is showing up as breaking the CI. Is that just the code coverage? |
Yes, my bad, the documenter was using some stuff in |
Do we want to clean up the README since all of those examples are now in another repo? Maybe we can focus the WaterLily README and point them straight over to the tutorials? |
Here is a short version of the README. I've replaced all the examples with a simple circle flow tutorial. That's it...
README.md
Outdated
# don't forget to close the file | ||
close(writer) | ||
using CUDA | ||
@assert CUDA.functional() # is your CUDA GPU working?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that still useful? The extension does it when you load it already, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On my machine at home, using CUDA
doesn't throw any error, so the @assert
is needed to stop people from following the example blindly.
No description provided.