Mercurial > ift6266
annotate utils/tables_series/__init__.py @ 211:476da2ba6a12
Add nist_P07 datasets to the predefs.
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Wed, 10 Mar 2010 09:56:02 -0500 |
parents | dc0d77c8a878 |
children |
rev | line source |
---|---|
210
dc0d77c8a878
Commented table_series code, changed ParamsStatisticsArray to take shared params instead, create DummySeries to use when we don't want to save a named series
savardf
parents:
208
diff
changeset
|
1 from series import ErrorSeries, BasicStatisticsSeries, AccumulatorSeriesWrapper, SeriesArrayWrapper, SharedParamsStatisticsWrapper, DummySeries |
208
acb942530923
Completely rewrote my series module, now based on HDF5 and PyTables (in a separate directory called 'tables_series' for retrocompatibility of running code). Minor (inconsequential) changes to stacked_dae.
fsavard
parents:
diff
changeset
|
2 |