Skip to content

Commit 14cb581

Browse files
authored
fix compare model to use lax validation (#642)
1 parent e792f22 commit 14cb581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/python/compare_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def compare(self):
423423
model_file_name = self.past_dict_file
424424
FileToPython(model_file_name, True).parse()
425425

426+
self.model_context.set_validation_method('lax')
426427

427428
aliases = Aliases(model_context=self.model_context, wlst_mode=WlstModes.OFFLINE)
428429

0 commit comments

Comments
 (0)