Skip to content

Commit

Permalink
Fix comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Oct 24, 2023
1 parent 88520a3 commit 779210e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/vampy/automatedPreprocessing/DisplayData.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def renderWindow(self, renderer, titleWindow):
interactor.SetInteractorStyle(interactorStyle)

# Initialize and start the interactor.
#interactor.Initialize()
#interactor.Start()
interactor.Initialize()
interactor.Start()

def DisplayProbesAndModel(self, centerline, fileNameCenterline,
listProbePoints, model=None):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pre_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_mesh_model_with_one_inlet():
smoothing_method="taubin",
refine_region=False,
coarsening_factor=1.3,
visualize=False,
visualize=True,
compress_mesh=False,
outlet_flow_extension_length=1,
inlet_flow_extension_length=1
Expand Down

0 comments on commit 779210e

Please sign in to comment.