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
With the final fix for issue #49 in PR #140, we definitely need tests for splitting data and networks based on a given amount of time windows (see also #140 (comment)).
Motivation
Tests are good! 😁
Ideas for the Implementation
We have three functions to test:
split.data.time.based,
split.network.time.based, and
split.networks.time.based.
A test for the also affected function split.get.bins.time.based has been added in commit 8d80fa9 already.
The text was updated successfully, but these errors were encountered:
Description
With the final fix for issue #49 in PR #140, we definitely need tests for splitting data and networks based on a given amount of time windows (see also #140 (comment)).
Motivation
Tests are good! 😁
Ideas for the Implementation
We have three functions to test:
split.data.time.based
,split.network.time.based
, andsplit.networks.time.based
.A test for the also affected function
split.get.bins.time.based
has been added in commit 8d80fa9 already.The text was updated successfully, but these errors were encountered: