Skip to content

Commit

Permalink
typo fix metdadata (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatianabellagio authored Aug 23, 2023
1 parent 3ea45a1 commit e3c61c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyslim/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def _annotate_nodes_individuals(tables, age):
# so no big deal
ind_flags[j] |= INDIVIDUAL_ALIVE
else:
md = ind.metdadata
md = ind.metadata
ind_metadata.append(md)
tables.individuals.set_columns(
flags=ind_flags,
Expand Down

0 comments on commit e3c61c3

Please sign in to comment.