Closed jim-smith closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.63%. Comparing base (
444209b
) to head (6f7b561
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Bug arises due to the fact that prettify_table() use spaces to parse header data into column names Problem then arise when values of a field have spaces in them - so erroneous columns are created.
Fixed by replacing spaces with underscores in column names. In practice this does not affect the main output - just the display of the SDC 'masks' table to the user
notebooks.test.ipynb has a number of cells that show this fix in action. Functionality is tested via an addition to the testing of prettify_table() in test_initial.py