We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello,
I try to run this "https://nbviewer.org/github/burke86/astrodet/blob/main/demo_decam.ipynb ". . in this code while i run
nsample = 3 # Number of example images to plot fig, axs = plt.subplots(1, nsample, figsize=(5*nsample, 5))
for i, d in enumerate(random.sample(dataset_dicts['test'], nsample)):
an error comes " ValueError: Sample larger than population or is negative"
so how to fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
I try to run this "https://nbviewer.org/github/burke86/astrodet/blob/main/demo_decam.ipynb ". . in this code while i run
nsample = 3 # Number of example images to plot
fig, axs = plt.subplots(1, nsample, figsize=(5*nsample, 5))
for i, d in enumerate(random.sample(dataset_dicts['test'], nsample)):
an error comes " ValueError: Sample larger than population or is negative"
so how to fix it?
The text was updated successfully, but these errors were encountered: