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 for color issue on website #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix for color issue on website #370

wants to merge 1 commit into from

Conversation

deirdre-k
Copy link

Issue

Scores are showing up in harsher colors than expected. The error comes from a stray np . float added into the opacity for each score chip, which stems from changes to the float type in the most recent version of numpy.

Example
image

The easy fix is to cast to float. However, this does highlight that the deployed version of the website does not have pinned versions of libraries (unlike current localhost setups) as the docker container uses conda and the environment.yaml instead of requirements.txt. Might be worth considering pinning all version for conda or changing the localhost approach.

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