Skip to content

Commit

Permalink
I fixed an issue due to improper formatting an init file
Browse files Browse the repository at this point in the history
  • Loading branch information
camUrban committed Dec 4, 2024
1 parent dae6c5d commit 416e310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/integration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@
import tests.integration.test_steady_ring_vortex_lattice_method
import tests.integration.test_steady_trim
import tests.integration.test_unsteady_convergence
import \
(tests.integration
.test_unsteady_ring_vortex_lattice_method_multiple_wing_static_geometry)
import \
tests.integration.test_unsteady_ring_vortex_lattice_method_multiple_wing_variable_geometry
import tests.integration.test_unsteady_ring_vortex_lattice_method_multiple_wing_static_geometry
import tests.integration.test_unsteady_ring_vortex_lattice_method_multiple_wing_variable_geometry
import tests.integration.test_unsteady_ring_vortex_lattice_method_static_geometry
import tests.integration.test_unsteady_ring_vortex_lattice_method_variable_geometry
1 change: 1 addition & 0 deletions tests/integration/fixtures/airplane_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
a multi-wing, symmetric airplane object to be used as a fixture for testing
unsteady solvers.
"""

import numpy as np

import pterasoftware as ps
Expand Down

0 comments on commit 416e310

Please sign in to comment.