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 @knotvector_str macro #316

Merged
merged 3 commits into from
Jun 9, 2023
Merged

add @knotvector_str macro #316

merged 3 commits into from
Jun 9, 2023

Conversation

hyrodium
Copy link
Owner

@hyrodium hyrodium commented Jun 9, 2023

This PR fixes #315.

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #316 (83ca7ea) into main (f8d0062) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #316   +/-   ##
=======================================
  Coverage   98.41%   98.42%           
=======================================
  Files          13       13           
  Lines        1264     1266    +2     
=======================================
+ Hits         1244     1246    +2     
  Misses         20       20           
Impacted Files Coverage Δ
src/BasicBSpline.jl 100.00% <ø> (ø)
src/_KnotVector.jl 95.74% <100.00%> (+0.06%) ⬆️

@hyrodium hyrodium merged commit e5f59f7 into main Jun 9, 2023
13 checks passed
@hyrodium hyrodium deleted the feature/knotvector_macro branch June 22, 2023 11:38
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.

Add string macro to define KnotVector{Int}
1 participant