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

A good way to handle report with invalid json format generated by ExplainaBoard SDK #570

Open
pfliu-nlp opened this issue Dec 20, 2022 · 0 comments

Comments

@pfliu-nlp
Copy link
Collaborator

Background:

If ExplainaBoard SDK generates a report with an invalid JSON format, then it will bring all of ExplainaBoard Web functions down for a user.

For example, the following report generated by SDK contains NaN, which will make ExplainaBoard Web down (i.e., users can see nothing in the System tab of ExplainaBoard Web.)
image

To address this issue,

  • from the SDK side: try to make sure reports with valid JSON format could be generated
  • from the Web side: identify reports with invalid format and handle them.
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

No branches or pull requests

1 participant