0
0
Fork 0
Commit Graph

10 Commits

Author SHA1 Message Date
Stormwind d061bfc1eb Add specs for Rubella::Storage.dataset_length 2015-05-01 08:44:36 +02:00
Stormwind 06e61a7aa0 Add tests for Storage:each 2015-05-01 08:23:14 +02:00
Stormwind b9ecfcf3af Make Storage:dateset_length able to handle non multidimensional arrays 2015-05-01 08:07:40 +02:00
Stormwind 3aa7d60d77 Make storage respond to each 2015-04-26 07:16:05 +02:00
Stormwind 87f2943fba Storage responds to length
Now the storage will return the current length.
And not the set length anymore. But if there are datasets in the storge it
will be as long as the setted length.
It also can return the length of its datasets.
2015-04-26 07:01:18 +02:00
Stormwind 2bb29d9e8d Prefill Storage with zero values
Only if Storage already has some data.
Disable empty and prefill feature if given lenght is 0.
2015-04-25 16:31:32 +02:00
Stormwind 01c1f97750 Drop entries in storage, if more than new length 2015-04-25 15:48:45 +02:00
Stormwind 808e8972b5 Concatunate storages into new storage
Now we cat add new data to the old storage, which returns a new storage
containg first the new data and then the old data.
Plus a test for this, because it's not implemented now.
2015-03-14 10:29:15 +01:00
Stormwind 7e53960271 Load Storage 2015-02-23 21:57:05 +01:00
Stormwind 6702a58851 Add a storage
This storage should contain the weighted data, before it it's used in the
output classes. So we can create a timeline.
Plus we have a nice place to store the weighted data.
2015-02-23 21:54:01 +01:00