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

Fix errors that caused float64 to always be used #191

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

timcallow
Copy link
Contributor

Some arrays were still hard-coded to float64 precision. This PR fixes that problem.

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

❗ No coverage uploaded for pull request base (develop@abc8970). Click here to learn what that means.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             develop     #191   +/-   ##
==========================================
  Coverage           ?   91.83%           
==========================================
  Files              ?       14           
  Lines              ?     2389           
  Branches           ?        0           
==========================================
  Hits               ?     2194           
  Misses             ?      195           
  Partials           ?        0           
Files Changed Coverage Δ
atoMEC/staticKS.py 95.55% <ø> (ø)
atoMEC/numerov.py 88.47% <100.00%> (ø)

@timcallow timcallow merged commit 98e7391 into atomec-project:develop Jul 27, 2023
5 checks passed
@timcallow timcallow deleted the fp_fix branch July 27, 2023 07:10
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.

1 participant