AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.02k stars 11.28k forks source link

Fix test of str representation of new Cdf object #134

Closed tartansandal closed 5 years ago

tartansandal commented 5 years ago

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 commented 5 years ago

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