You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
currently gives following error when uncommented (towards bottom of _01_GOF_sims):
Traceback (most recent call last):
File "_01_GOF_sims.py", line 740, in <module>
main()
File "_01_GOF_sims.py", line 728, in main
plt_pairplot_posteriors(toplot, figdir, prefix=prefix)
File "/Users/crandrew/projects/chime_sims/_02_munge_chains.py", line 181, in plt_pairplot_posteriors
grid = sns.PairGrid(data=df.sample(n))
File "/opt/anaconda3/lib/python3.7/site-packages/pandas/core/generic.py", line 5061, in sample
locs = rs.choice(axis_length, size=n, replace=replace, p=weights)
File "mtrand.pyx", line 946, in numpy.random.mtrand.RandomState.choice
ValueError: Cannot take a larger sample than population when 'replace=False'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
currently gives following error when uncommented (towards bottom of _01_GOF_sims):
The text was updated successfully, but these errors were encountered: