We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e780b9c commit 8d9643fCopy full SHA for 8d9643f
vizier/_src/pyvizier/oss/study_config_test.py
@@ -165,13 +165,7 @@ def testCreationFromAndToProtoMultiObjectiveStudy(self):
165
self.assertFalse(sc.is_single_objective)
166
167
round_trip_proto = sc.to_proto()
168
- compare.assertProto2Equal(
169
- self,
170
- study_config_proto,
171
- round_trip_proto,
172
- ignore_repeated_fields_order=True,
173
- dedup_repeated_fields=True,
174
- )
+ compare.assertProto2SameElements(self, study_config_proto, round_trip_proto)
175
176
_ = vz.StudyConfig.from_problem(sc.to_problem()) # smoke test.
177
0 commit comments