-
Notifications
You must be signed in to change notification settings - Fork 54
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
Features/HPC-tutorial via python script #1527
Conversation
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.
made some changes to make precommit happy
This pull request is stale because it has been open for 60 days with no activity. |
Can this be merged or was something missing @mrfh92 ? |
As discussed this morning, a few last changes will be necessary. |
@ClaudiaComito I have done my changes. Now it's fine from my point of view. |
todos: code formatting by black might look strange here |
This pull request is stale because it has been open for 60 days with no activity. |
a = ht.ones( | ||
( | ||
4, | ||
5, | ||
) | ||
) |
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.
…tics/heat into features/HAICON-tutorial
@ClaudiaComito I have done the reformatting |
Thank you for the PR! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1527 +/- ##
=======================================
Coverage 92.25% 92.25%
=======================================
Files 84 84
Lines 12445 12445
=======================================
Hits 11481 11481
Misses 964 964
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Great @mrfh92 thanks a lot!
A version of our Tutorials in "classical" HPC-style, i.e. with Python scripts instead of notebooks, is added.
Issue/s resolved: #1523