Skip to content

Commit

Permalink
fixed minor flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pjflux2001 committed Oct 14, 2023
1 parent 279fc91 commit 691df89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/polyphy/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class PPInternalData:
def __init_internal_data__(self, kernels):
pass

def edit_data(self, edit_index: PPTypes.INT_CPU,
def edit_data(self, edit_index: PPTypes.INT_CPU,
window: ti.ui.Window) -> PPTypes.INT_CPU:
pass

Expand Down
2 changes: 1 addition & 1 deletion src/polyphy/core/discrete3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def __init__(self, ppInternalData, ppConfig, batch_mode=False, num_iterations=-1
if self.do_quit:
break

if batch_mode is False:
if not batch_mode:
window.destroy()


Expand Down

0 comments on commit 691df89

Please sign in to comment.