Skip to content

Commit

Permalink
[Test] add network variant indicator to synth pynq test names
Browse files Browse the repository at this point in the history
  • Loading branch information
maltanar committed Feb 28, 2020
1 parent 22a6592 commit 126b6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/end2end/test_end2end_tfc_w1a1.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_end2end_tfc_w1a1_make_pynq_proj():
model.save(build_dir + "/end2end_tfc_w1a1_pynq_project.onnx")


def test_end2end_synth_pynq_project():
def test_end2end_tfc_w1a1_synth_pynq_project():
model = ModelWrapper(build_dir + "/end2end_tfc_w1a1_pynq_project.onnx")
model = model.transform(SynthPYNQProject())
model.save(build_dir + "/end2end_tfc_w1a1_synth.onnx")
Expand Down
2 changes: 1 addition & 1 deletion tests/end2end/test_end2end_tfc_w1a2.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_end2end_tfc_w1a2_make_pynq_proj():
model.save(build_dir + "/end2end_tfc_w1a2_pynq_project.onnx")


def test_end2end_synth_pynq_project():
def test_end2end_tfc_w1a2_synth_pynq_project():
model = ModelWrapper(build_dir + "/end2end_tfc_w1a2_pynq_project.onnx")
model = model.transform(SynthPYNQProject())
model.save(build_dir + "/end2end_tfc_w1a2_synth.onnx")
Expand Down

0 comments on commit 126b6e5

Please sign in to comment.