Skip to content

Commit

Permalink
black format fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny1882 committed Jan 26, 2025
1 parent bd44a07 commit 913d8fa
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/passes/module/transforms/optical/test_optical_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

from train_mnist_cnn import test, train, Net


class Net(nn.Module):
def __init__(self):
super(Net, self).__init__()
Expand Down Expand Up @@ -89,15 +90,8 @@ def test_optical_module_transform_pass():
optical_module_transform_pass(model, pass_args)
# torch.save(onn_cnn, "mase_output/onn_cnn.pt")

test_optical_module_transform_pass()








test_optical_module_transform_pass()


# if __name__ == '__main__':
Expand Down

0 comments on commit 913d8fa

Please sign in to comment.