The `yaml_to_html.py` seems to generate some parts of the output HTML non-deterministically, at least for this branch: - https://github.com/OpenOptimizationOrg/OPL/blob/UI_new_schema/yaml_to_html.py E.g., the output may change like this: ``` - <td>continuous | integer</td> + <td>integer | continuous</td> ``` - Problem: This creates uneccessary changes that may make reviews more difficult - Solution: Sort these types of output in the python code before converting to HTML.
The
yaml_to_html.pyseems to generate some parts of the output HTML non-deterministically, at least for this branch:E.g., the output may change like this: