Skip to content
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

Gh-3210: Fix GafferPopVertex.properties() output #3211

Merged
merged 4 commits into from
May 20, 2024

Conversation

p29876
Copy link
Member

@p29876 p29876 commented May 14, 2024

Set a proper ID for GafferPopVertexProperties so that equals and hashCode work as expected
simplify GafferPopVertex.properties() method
add unit test to catch error

Related issue

Set a proper ID for GafferPopVertexProperties so that equals and hashCode work as expected
simplify GafferPopVertex.properties() method
add unit test to catch error
@p29876 p29876 changed the title Gh-3210 Fix GafferPopVertex.properties() output Gh-3210: Fix GafferPopVertex.properties() output May 14, 2024
@p29876 p29876 marked this pull request as ready for review May 14, 2024 16:05
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.85%. Comparing base (759531c) to head (bcf5dce).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3211      +/-   ##
=============================================
- Coverage      66.85%   66.85%   -0.01%     
  Complexity      2555     2555              
=============================================
  Files            912      912              
  Lines          29284    29276       -8     
  Branches        3268     3265       -3     
=============================================
- Hits           19578    19572       -6     
+ Misses          8259     8258       -1     
+ Partials        1447     1446       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tb06904
tb06904 previously approved these changes May 15, 2024
Co-authored-by: GCHQDeveloper314 <[email protected]>
@GCHQDeveloper314 GCHQDeveloper314 merged commit f6928b3 into develop May 20, 2024
26 checks passed
@GCHQDeveloper314 GCHQDeveloper314 deleted the gh-3210-gafferpop-vertex-properties branch May 20, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with GafferPopVertex properties
3 participants