Skip to content

Commit

Permalink
removed pcc from autoencoder
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Jan 13, 2025
1 parent ec675fa commit e3e18d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/autoencoder_linear/test_autoencoder_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_autoencoder_linear(record_property, mode, nightly):
cc.compile_depth = CompileDepth.EXECUTE_OP_BY_OP

tester = ThisTester(
model_name, mode, pcc=0.1, required_atol=0.2, compiler_config=cc
model_name, mode, compiler_config=cc
)
results = tester.test_model()

Expand Down

0 comments on commit e3e18d0

Please sign in to comment.