propertiesToHTML

propertiesToHTML(vals)

Creates an HTML table based on the given property values.

Parameters:
  • vals : ndarray with shape = (length of self.err_functions, 2)

    The first col is the name of the property. The second col is the value of the property. The third col is the error bound on the property.

Returns:
  • res : string

    HTML code of the created table. See Also ------ matrixToHTML

See Also:


Contact

In case you have any further questions about the Python code, you should direct them to Scott Turro or Joey Shallat.