Skip to content

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.

2 participants