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 e792f22 commit 14cb581Copy full SHA for 14cb581
core/src/main/python/compare_model.py
@@ -423,6 +423,7 @@ def compare(self):
423
model_file_name = self.past_dict_file
424
FileToPython(model_file_name, True).parse()
425
426
+ self.model_context.set_validation_method('lax')
427
428
aliases = Aliases(model_context=self.model_context, wlst_mode=WlstModes.OFFLINE)
429
0 commit comments