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

Simplify cycle_string (get rid of helper function) #33

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

goggle
Copy link
Contributor

@goggle goggle commented Apr 5, 2023

Simplifies the function cycle_string by creating the string of a cycle directly with Julia's join function instead of using the helper function array2string.

@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Merging #33 (04e43e9) into master (9a24197) will increase coverage by 1.77%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   83.67%   85.44%   +1.77%     
==========================================
  Files           5        5              
  Lines         490      481       -9     
==========================================
+ Hits          410      411       +1     
+ Misses         80       70      -10     
Impacted Files Coverage Δ
src/Permutations.jl 84.33% <0.00%> (+3.32%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@scheinerman scheinerman merged commit 1825040 into scheinerman:master Apr 7, 2023
@scheinerman
Copy link
Owner

@goggle Thanks for this and the other improvements.

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.

2 participants