Skip to content

Commit

Permalink
fbcode//aitemplate/AITemplate (#984)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #984

Differential Revision: D52794144

fbshipit-source-id: 3a85c8a0562590156b0d0a1b5edb268e8237a986
  • Loading branch information
generatedunixname2443911735787003 authored and facebook-github-bot committed Jan 16, 2024
1 parent 7bccbc9 commit 89fd517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/compiler/test_remove_no_op_concats.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _test_remove_no_op_concats_impl(
{**inputs_pt, "input_const": c_pt}, {"output_0": Y_ait}
)

self.assertEquals(
self.assertEqual(
graph_has_op(module.debug_sorted_graph, "concatenate"),
should_keep_concat,
)
Expand Down

0 comments on commit 89fd517

Please sign in to comment.