Mercurial > pylearn
comparison test_dataset.py @ 255:bf0a1ebc6e52
need to make multiple test do to cached dataset
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Tue, 03 Jun 2008 13:25:33 -0400 |
parents | 474be3d12c23 |
children | 621faba17c60 |
comparison
equal
deleted
inserted
replaced
254:8ec867d12428 | 255:bf0a1ebc6e52 |
---|---|
542 f_array_full(array) | 542 f_array_full(array) |
543 f_array_index(array) | 543 f_array_index(array) |
544 f_array_iter(array) | 544 f_array_iter(array) |
545 | 545 |
546 f_ds_index(ds) | 546 f_ds_index(ds) |
547 f_ds_index(ds) | |
548 f_ds_iter(ds) | |
547 f_ds_iter(ds) | 549 f_ds_iter(ds) |
548 | 550 |
549 f_ds_mb1(ds,10) | 551 f_ds_mb1(ds,10) |
550 f_ds_mb1(ds,100) | 552 f_ds_mb1(ds,100) |
551 f_ds_mb1(ds,1000) | 553 f_ds_mb1(ds,1000) |