Skip to content

Commit

Permalink
Merge pull request #14187 from jakevdp:fix-autodidax-test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 505239082
  • Loading branch information
jax authors committed Jan 28, 2023
2 parents 69a2931 + 3564cd8 commit a297092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9519,7 +9519,7 @@ def test_autodidax_smoketest(self):
'autodidax.py')
if not os.path.exists(autodidax_file):
self.skipTest("Cannot locate autodidax.py")
spec = importlib.util.spec_from_file_location('autodidax', 'docs/autodidax.py')
spec = importlib.util.spec_from_file_location('autodidax', autodidax_file)
autodidax_module = importlib.util.module_from_spec(spec)
spec.loader.exec_module(autodidax_module)

Expand Down

0 comments on commit a297092

Please sign in to comment.