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

Use correct NA value for user handling #101

Merged
merged 3 commits into from Feb 23, 2022
Merged

Use correct NA value for user handling #101

merged 3 commits into from Feb 23, 2022

Conversation

richfitz
Copy link
Member

@richfitz richfitz commented Feb 22, 2022

As found by @annecori, we wrote code that performed poorly on an ARM Mac.

The testing is not ideal, but should at least prevent regressions. There's no obvious way of triggering this without running on an M1 which is not really possible in a CI environment. Fix confirmed on Anne's machine.

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #101 (8d3faae) into master (5c0f10b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          971       972    +1     
=========================================
+ Hits           971       972    +1     
Impacted Files Coverage Δ
R/generate_dust_equation.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c0f10b...8d3faae. Read the comment docs.

@richfitz richfitz marked this pull request as ready for review February 22, 2022 20:28
@hillalex hillalex merged commit c6c0151 into master Feb 23, 2022
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.

None yet

2 participants