Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimain committed Jul 1, 2024
1 parent 5dbf23e commit 0e0060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asgardpy/stats/tests/test_model_pref.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_preferred_model(base_config_1d):

assert lrt_best_model == "lp"
assert aic_best_model == "lp"
assert len(stats_table.names) == 11
assert len(stats_table.colnames) == 11

tag = spec_models_list[fit_success_list][0]
write_output_config_yaml(main_analysis_list[tag]["Analysis"].final_model[0])
Expand Down

0 comments on commit 0e0060f

Please sign in to comment.