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 counts over 1000 showing as NaN #31

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Fix counts over 1000 showing as NaN #31

merged 1 commit into from
Dec 8, 2021

Conversation

dkuc
Copy link
Collaborator

@dkuc dkuc commented Dec 8, 2021

https://issues.redhat.com/browse/YARA-248
Numbers above 1000 were showing up as NaN because they were being double formatted. The first format added a comma and the second format then failed because it expected a number, not a string.

@dkuc dkuc requested review from mseri-redhat and mhuth December 8, 2021 17:01
@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2021

Codecov Report

Merging #31 (7f20408) into master (fb3b360) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #31   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          34      34           
  Lines         498     498           
  Branches      164     164           
======================================
  Misses        451     451           
  Partials       47      47           
Impacted Files Coverage Δ
src/Components/ChartCard/ChartCard.js 0.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 fb3b360...7f20408. Read the comment docs.

@dkuc dkuc merged commit 1af2c5a into master Dec 8, 2021
@johnsonm325 johnsonm325 deleted the fix_NaN_counts branch May 1, 2023 22:12
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.

3 participants