# HG changeset patch # User Frederic Bastien # Date 1210615917 14400 # Node ID 0c6fec172ae1f5f9d3f649ddba54293ca9ade25d # Parent 86bc934a7518ad334e237a3b1c2d5c613a41d226 commented broken test diff -r 86bc934a7518 -r 0c6fec172ae1 test_dataset.py --- a/test_dataset.py Mon May 12 13:54:54 2008 -0400 +++ b/test_dataset.py Mon May 12 14:11:57 2008 -0400 @@ -326,11 +326,11 @@ #assert not have_thrown("hstack([ds('x'),ds('x')]") #accept_nonunique_names #assert have_thrown("hstack([ds('y','x'),ds('x')]") - i=0 - for example in hstack([ds('x'),ds('y'),ds('z')]): - example==ds[i] - i+=1 - del i,example +# i=0 +# for example in hstack([ds('x'),ds('y'),ds('z')]): +# example==ds[i] +# i+=1 +# del i,example #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])#????