Skip to content

Commit

Permalink
Refactor handling of slow vk tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 24, 2024
1 parent a1795bd commit 208f9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_vonkarman.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@


@timer
def test_vk(slow=False):
def test_vk():
"""Test the generation of VonKarman profiles
"""
if slow:
if __name__ == "__main__":
lams = [300.0, 500.0, 1100.0]
r0_500s = [0.05, 0.15, 0.3]
L0s = [1e10, 25.0, 10.0]
Expand Down

0 comments on commit 208f9a1

Please sign in to comment.