Closed schymans closed 4 years ago
Travis does not go through because Python 2.7 has reached its end of life time. We should probably drop Python 2.x support at this point.
Hi @jirikuncar, I removed python 2.7 from travis testing and now it passes all the tests. Could you review/merge? Thank you!!
The printing of a table of variables using
generate_metadata_table
currently fails if variables include expressions. This PR fixes it.