-
Notifications
You must be signed in to change notification settings - Fork 13
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
Extract/Improve Polyhedron class #178
Extract/Improve Polyhedron class #178
Conversation
Codecov Report
@@ Coverage Diff @@
## main #178 +/- ##
==========================================
- Coverage 92.14% 92.12% -0.02%
==========================================
Files 90 91 +1
Lines 16690 16713 +23
==========================================
+ Hits 15379 15397 +18
- Misses 1311 1316 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Code-checks is complaining about a cyclic import, but in the
|
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.
Thanks, this looks great. We need to take care of resolving the type hint problem with 3.8, and it would be wise to add another test for the construction from nested loops that ensures the resulting polyhedron looks fine.
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.
Fantastic, many thanks. I think this is ready for merging.
loki/transform/transform_loop.py
intoloki/analyse/util_polyhedron.py
tests/test_transform_loop.py
intotests/test_util_polyhedron.py
__repr__
to Polyhedron classfrom_nested_loops
is_empty
functionality