Skip to content

Commit

Permalink
plt update net instance, test=model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeref996 committed Aug 29, 2024
1 parent 57b98ad commit a501315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/e2e/PaddleLT_new/layertest.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _case_run(self):
for testing in self.testings_list:
try:
self.logger.get_log().info("测试执行器: {}".format(testing))
if self.testings.get("use_upstream_net_instance", "False") == "False":
if self.testings.get(testing).get("use_upstream_net_instance", "False") == "False":
net = None
res = self._single_run(
testing=testing, layerfile=self.layerfile, device_place_id=self.device_place_id, upstream_net=net
Expand Down

0 comments on commit a501315

Please sign in to comment.