Skip to content

Commit

Permalink
Include pippy_file_path (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr authored Feb 14, 2024
1 parent b443be7 commit d7de8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_multigpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def setUp(self):
mod_file.split(os.path.sep)[:-1] + ["scripts", "test_distributed_data_loop.py"]
)
self.operation_file_path = os.path.sep.join(mod_file.split(os.path.sep)[:-1] + ["scripts", "test_ops.py"])
self.pippy_file_path = os.path.sep.join(mod_file.split(os.path.sep)[:-1] + ["scripts", "test_pippy.py"])

@require_multi_device
def test_multi_device(self):
Expand Down

0 comments on commit d7de8d1

Please sign in to comment.