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

Create Test Data Factory for Bokeh Plotting Routines #1621

Open
mfixstsci opened this issue Jul 13, 2024 · 0 comments
Open

Create Test Data Factory for Bokeh Plotting Routines #1621

mfixstsci opened this issue Jul 13, 2024 · 0 comments

Comments

@mfixstsci
Copy link
Collaborator

When releasing new versions of JWQL, we constantly run into issues with Bokeh plotting issues in production because of constant changes and improvements to their project/api. These issues are not caught in our CI/CD tests and are outside of the scope of whether the data that is being displayed is correct.

I would like to see JWQL implement a way to represent "dummy datasets" to test our plotting algorithms (a dummy data factory).

If bokeh plots are used in a monitor, there doesn't need to be an excessive amount of data points (it could even be one row in a pandas dataframe with all necessary columns of correct dtype) that are then passed to our plotting routines as part of the CI/CD to make sure if there are deprecation warnings or implementations that they are caught before merging code into production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant