pysal / mgwr

Multiscale Geographically Weighted Regression (MGWR)
https://mgwr.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
368 stars 126 forks source link

update unittest.yml #115

Closed Ziqi-Li closed 2 years ago

Ziqi-Li commented 2 years ago

Fixing test failed due to timeout in Actions. Changed from 30 minutes to 60 minutes.

jGaboardi commented 2 years ago

Might want to specify a timeout if a test is taking too long. See this PR in spaghetti.

codecov[bot] commented 2 years ago

Codecov Report

Merging #115 (2846664) into master (eef4f70) will increase coverage by 0.1%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #115     +/-   ##
========================================
+ Coverage    89.0%   89.1%   +0.1%     
========================================
  Files          12      12             
  Lines        3000    3000             
========================================
+ Hits         2671    2674      +3     
+ Misses        329     326      -3     
Impacted Files Coverage Δ
mgwr/utils.py 4.6% <0.0%> (+4.6%) :arrow_up:
Ziqi-Li commented 2 years ago

Might want to specify a timeout if a test is taking too long. See this PR in spaghetti.

Thanks for that!

jGaboardi commented 2 years ago

Let's also add in a 3.10 test environment in another PR.

Ziqi-Li commented 2 years ago

Let's also add in a 3.10 test environment in another PR.

Ok, will do.