Skip to content

Commit

Permalink
fix typo in exit method
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Jan 17, 2025
1 parent 50a85d8 commit 178a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __enter__(self):

def __exit__(self, *args):
super().__exit__(*args)
self.cuda.device.__exit__(*args)
self.cuda_device.__exit__(*args)


class CPUScheme(Scheme):
Expand Down

0 comments on commit 178a571

Please sign in to comment.