Skip to content

Commit

Permalink
Update to test_index_transect_age_sex_proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandynlucca committed Apr 10, 2024
1 parent 8806573 commit 2be812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echopop/tests/test_transect_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_index_transect_age_sex_proportions( mock_survey ):
'NASC_all_ages': np.repeat( [ 1e1 , 1e2 , 1e2 , 1e3 ] , 2 ) ,
'NASC_no_age1': np.repeat( [ 0.0 , 1e1 , 1e2 , 1e3 ] , 2 ) ,
'fraction_hake': np.repeat( [ 1.0 , 0.5 ] , 4 ) ,
'species_id': np.repeat( 8675309 , 8 ).astype( np.int32 ) ,
'species_id': np.repeat( 8675309 , 8 ).astype( np.int64 ) ,
'sigma_bs_mean': np.repeat( 1.630277e-8 , 8 ) ,
'proportion_female': np.repeat( [ 0.592593 , 0.407407 ] , 4 ) ,
'proportion_male': np.repeat( [ 0.407407 , 0.592593 ] , 4 ) ,
Expand Down

0 comments on commit 2be812e

Please sign in to comment.