-
Notifications
You must be signed in to change notification settings - Fork 12
GEOPY-2623: colour for Curve is not working the same way as other objects #827
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #827 +/- ##
===========================================
+ Coverage 91.07% 91.08% +0.01%
===========================================
Files 115 115
Lines 10119 10121 +2
Branches 1877 1878 +1
===========================================
+ Hits 9216 9219 +3
+ Misses 481 480 -1
Partials 422 422
🚀 New features to boost your workflow:
|
and update copyrights....
|
|
||
| @colour.setter | ||
| def colour(self, rgb: list | tuple | np.ndarray): | ||
| # all the CellObjects |
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.
Clean out
| @pytest.mark.parametrize( | ||
| "object_type,object_name,extra_params", | ||
| [ | ||
| (Points, "TestPoints", {}), |
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.
Can we add a grid object here too?
GEOPY-2623 - colour for Curve is not working the same way as other objects
fix the visual parameter bug for curve and surface