Closed 1ozturkbe closed 5 years ago
This causes issues in tests for robust in py3, but may be problematic for other instances as well. See below for error code. (map_mons is a generic dict, monomials[map_key] is a Monomial.)
====================================================================== ERROR: test_robust_testing_t_two_term_approximation_py_mosek_cli (gpkit.tests.from_paths.TestFiles) ---------------------------------------------------------------------- Traceback (most recent call last): ... line 169, in test_bad_relations map_mons[monomials[map_key]] = internal_map[map_key] TypeError: unhashable type: 'Monomial'
This causes issues in tests for robust in py3, but may be problematic for other instances as well. See below for error code. (map_mons is a generic dict, monomials[map_key] is a Monomial.)