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

Remove type casting of parameters #195

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

charleskawczynski
Copy link
Member

@charleskawczynski charleskawczynski commented Feb 12, 2024

We no longer need type casting, now that the parameters are controlled through typed structs, and not methods (which previously required type-casting for type stability).

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (fa610f8) 93.03% compared to head (53b65cd) 93.03%.

Files Patch % Lines
src/config_numerical_method.jl 61.53% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #195   +/-   ##
=======================================
  Coverage   93.03%   93.03%           
=======================================
  Files          10       10           
  Lines        1149     1149           
=======================================
  Hits         1069     1069           
  Misses         80       80           

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

Copy link
Member

@glwagner glwagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easier to read!

@charleskawczynski charleskawczynski added the Launch Buildkite Add label to launch Buildkite label Feb 13, 2024
@charleskawczynski charleskawczynski added this pull request to the merge queue Feb 13, 2024
Merged via the queue into main with commit 5d3b8e0 Feb 13, 2024
20 checks passed
@charleskawczynski charleskawczynski deleted the ck/rm_type_casting branch June 10, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Launch Buildkite Add label to launch Buildkite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants