Skip to content

Commit

Permalink
Only run one test in test_complete_plasmas
Browse files Browse the repository at this point in the history
This is to see the travis error message
  • Loading branch information
yeganer committed Aug 31, 2017
1 parent 1a200c7 commit e34218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/plasma/tests/test_complete_plasmas.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
config_list = (
ionization + excitation + radiative_rates_type +
line_interaction_type + disable_electron_scattering + nlte +
initial_t_inner + initial_t_rad + helium_treatment)
initial_t_inner + initial_t_rad + helium_treatment)[:1]


def idfn(fixture_value):
Expand Down

0 comments on commit e34218c

Please sign in to comment.