You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is called "unit test", is actually an integration test calculating the sum. This does not find serious issues, e.g. if timestamps are shuffled in the profiles. (This happened in #34 but was is detected by the tests)
The text was updated successfully, but these errors were encountered:
* Rework generation of time series to allow usage of Pandas >= 1.2
* Require more recent version of dependencies (pandas>=1.0, numpy >= 1.17)
* Split electric and thermal profile generation into two files (helped with debugging)
* Test sums over individual profiles instead of sum over all profiles (still no unit test, but an improvement, see #35)
What is called "unit test", is actually an integration test calculating the sum. This does not find serious issues, e.g. if timestamps are shuffled in the profiles. (This happened in #34 but was is detected by the tests)
The text was updated successfully, but these errors were encountered: