Skip to content

Commit

Permalink
Loose ends
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Oct 3, 2018
1 parent 051dad8 commit 21167d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choicemodels/tools/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def monte_carlo_choices(probabilities):
List of chosen alternative id's, indexed with the observation id.
"""
# TO DO - if input is a single-column df, silently convert it to series
# TO DO - if input is a single-column dataframe, silently convert it to series

obs_name, alts_name = probabilities.index.names

Expand Down

0 comments on commit 21167d7

Please sign in to comment.