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

Add methods for hash #340

Merged
merged 8 commits into from
Nov 11, 2023
Merged

Add methods for hash #340

merged 8 commits into from
Nov 11, 2023

Conversation

hyrodium
Copy link
Owner

This PR fixes #339.

Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #340 (5b629a6) into main (7b5ba2b) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #340      +/-   ##
==========================================
+ Coverage   96.99%   97.02%   +0.03%     
==========================================
  Files          14       14              
  Lines        1529     1546      +17     
==========================================
+ Hits         1483     1500      +17     
  Misses         46       46              
Files Coverage Δ
src/_BSplineManifold.jl 98.44% <100.00%> (+0.04%) ⬆️
src/_BSplineSpace.jl 98.11% <100.00%> (+0.03%) ⬆️
src/_DerivativeSpace.jl 94.64% <100.00%> (+0.41%) ⬆️
src/_KnotVector.jl 95.42% <100.00%> (+0.06%) ⬆️
src/_RationalBSplineManifold.jl 98.61% <100.00%> (+0.03%) ⬆️

@hyrodium hyrodium merged commit 4259f0c into main Nov 11, 2023
13 checks passed
@hyrodium hyrodium deleted the feature/hash branch November 11, 2023 04:53
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.

Define hash(::KnotVector, ::UInt) etc.
1 participant