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
q=intarr(70) & q[5:-1]=1 z=histogram(q,min=0,max=1, rev=t) print,t[0:3] ; should be : 3 8 73 0 ; but is: 3 8 9 0
This passed undetected ...
Thanks to SSW and HESSI ...
The text was updated successfully, but these errors were encountered:
closes gnudatalanguage#1572 , test updated.
a11d74b
c208f05
Merge pull request #1573 from GillesDuvert/correct_histogram_bug
7240bfb
Correct histogram bug #1572
GillesDuvert
No branches or pull requests
This passed undetected ...
Thanks to SSW and HESSI ...
The text was updated successfully, but these errors were encountered: