Skip to content

Commit

Permalink
added reps to phenotype
Browse files Browse the repository at this point in the history
  • Loading branch information
cjGO committed Jun 8, 2024
1 parent 2ed7ca4 commit a4a95f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chewc/trait.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def create_multiple_traits(sim_param: SimParam,
List[TraitA]: A list of TraitA objects, each representing one of the created traits.
"""
# Check input dimensions
n_traits = target_variances.shape[0]
test_eq(target_means.shape, (n_traits,))
test_eq(target_variances.shape, (n_traits,))
test_eq(correlations.shape, (n_traits, n_traits))
Expand Down

0 comments on commit a4a95f4

Please sign in to comment.