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

Adding to the report a formatted table read from json file #36

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

riffard
Copy link
Collaborator

@riffard riffard commented May 17, 2021

I added a new function to create a table from a json file.

Here is a json file sample:

{
  "table_header": {"var": "Variable", "test_value": "KS test value", "test_status": "Passing"}
  , "table_content": {
      "Single Scatter s1Area_phd": {"var": "Single Scatter s1Area_phd", "test_value": 1.0, "test_status": true}
     , "Single Scatter s2Area_phd": {"var": "Single Scatter s2Area_phd", "test_value": 1.0, "test_status": true}
     , "Single Scatter correctedS1Area_phd": {"var": "Single Scatter correctedS1Area_phd", "test_value": 1.0, "test_status": true}
     , "Single Scatter correctedS2Area_phd": {"var": "Single Scatter correctedS2Area_phd", "test_value": 1.0, "test_status": true}}
}

@riffard riffard requested a review from kreczko May 17, 2021 18:42
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