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
@HawardKetoyoMsatsi Lily found a bug here #67 which wasn't picked up by the tests I had written because I didn't include a test example where the summaries parameter is not provided e.g. this example below.
Could you add a test for this case? It can be any call to climatic_summary where summaries is not provided. In this case, it uses the default summary which is dplyr::n().
The text was updated successfully, but these errors were encountered:
@HawardKetoyoMsatsi Lily found a bug here #67 which wasn't picked up by the tests I had written because I didn't include a test example where the
summaries
parameter is not provided e.g. this example below.Could you add a test for this case? It can be any call to
climatic_summary
wheresummaries
is not provided. In this case, it uses the default summary which isdplyr::n()
.The text was updated successfully, but these errors were encountered: