Skip to content
New issue

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

Fix test of str representation of new Cdf object #134

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

tartansandal
Copy link

This is now 4 characters shorter than previously expected. I'm guessing
that this is because the first numpy array may have changed from
"[1, 2, 3, 5]" to "[1., 2., 3., 5.,]".

This is now 4 characters shorter than previously expected. I'm guessing
that this is because the first numpy array may have changed from
"[1, 2, 3, 5]" to "[1., 2., 3., 5.,]".
@AllenDowney AllenDowney merged commit 9a8d055 into AllenDowney:master Aug 1, 2019
@AllenDowney
Copy link
Owner

Thanks!
(This might not be a very robust test anyway -- I will consider removing it)

@tartansandal tartansandal deleted the fix-cdf-test branch August 19, 2019 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants