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

Fixes #2220 by replacing Nan with 0 to allow rounding #2243

Merged
merged 2 commits into from
Aug 3, 2022

Conversation

soggyomelette
Copy link
Contributor

@soggyomelette soggyomelette commented Aug 3, 2022

Description

  • Summary of the change / bug fix.
  • Link # issue, if applicable.
  • Screenshot of the feature or the bug before/after fix, if applicable.
  • Relevant motivation and context.

Fixes #2220 was due to not being able to round missing values in daily percentage change taken from coingecko. Replacing Nan with 0 fixes the issue. Also adds a note to heatmap help clarifying that the percentage displayed represents the daily percentage change in the currency

@colin99d colin99d added the bug Fix bug label Aug 3, 2022
@colin99d colin99d self-requested a review August 3, 2022 20:37
@colin99d
Copy link
Contributor

colin99d commented Aug 3, 2022

Nice work man!!

@colin99d colin99d merged commit e26a694 into OpenBB-finance:main Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug] Crypto/OV/HM - limit of 50 returns Error: cannot convert float NaN to integer
2 participants