Skip to content

Commit

Permalink
Add back debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 29, 2024
1 parent db26a9a commit eb1a4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def cluster():
cluster = ipp.Cluster(engines="mpi", n=2)
rc = cluster.start_and_connect_sync()
print(rc[:].apply_sync(os.getcwd).get())
print(rc[:].apply_sync(os.chdir, os.getcwd()))
yield rc
cluster.stop_cluster_sync()

Expand Down

0 comments on commit eb1a4dd

Please sign in to comment.