BUG: PartialCorrelationClimateNetwork._calculate_correlation()
throws dubious divide-by-zero warning on Windows builds only
#235
Labels
Warning has been showing up since Travis Windows builds were established:
What
test_init_str()
does there is basically justwhich doesn't produce any warning on my macOS, as there are no zeros or NaNs in the denominator. This might indicate a bug on windows, a test should therefore be added to back up
test_init_str()
and check whether the method produces correct results on all platforms.The text was updated successfully, but these errors were encountered: