Skip to content

Commit

Permalink
Merge pull request #478 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
ENH: app.evo.tabulate_stats can also take serialisable as input
  • Loading branch information
GavinHuttley committed Jan 9, 2020
2 parents 79f9da9 + fa22486 commit 63b8c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogent3/app/evo.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def recon_ancestor(self, result):
class tabulate_stats(ComposableTabular):
"""Extracts all model statistics from model_result as Table."""

_input_types = MODEL_RESULT_TYPE
_input_types = (MODEL_RESULT_TYPE, SERIALISABLE_TYPE)
_output_types = (RESULT_TYPE, TABULAR_RESULT_TYPE, SERIALISABLE_TYPE)
_data_types = "model_result"

Expand Down

0 comments on commit 63b8c84

Please sign in to comment.