Skip to content

Commit

Permalink
Update tests to allow unknown src
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Sep 6, 2023
1 parent d970b20 commit e0a54bd
Show file tree
Hide file tree
Showing 2 changed files with 906 additions and 905 deletions.
1 change: 1 addition & 0 deletions avida-core/source/systematics/Genotype.cc
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Avida::Systematics::Genotype::Genotype(GenotypeArbiterPtr mgr, GroupID in_id, vo
assert (
m_src.transmission_type == DIVISION
|| m_src.transmission_type == DUPLICATION
|| m_src.transmission_type == UNKNOWN
);
m_src.external = true;
m_src.arguments = props.Get("src_args");
Expand Down
Loading

0 comments on commit e0a54bd

Please sign in to comment.