ibpsa / project1-boptest

Building Optimization Performance Tests
Other
109 stars 70 forks source link

Reduce size of testing reference results #253

Open dhblum opened 4 years ago

dhblum commented 4 years ago

Reference results are quite large, in total taking up 278.3 MB. This issue is to reduce the size of reference results. My proposal is to store only a reduced number of points for each variable in timeseries reference results. I suggest 500 points for storage, since this is actually what is used when checking the results in https://github.com/ibpsa/project1-boptest/blob/554f0d5dd8c0c42e5f1f215754f37e247d076b0e/testing/utilities.py#L75 (see https://github.com/ibpsa/project1-boptest/blob/554f0d5dd8c0c42e5f1f215754f37e247d076b0e/testing/utilities.py#L238).

dhblum commented 3 years ago

An additional or alternative method is to limit which variables are actually stored, which can be done much more easily now with #267 merged.