chenyangkang / stemflow

A Python Package for Adaptive Spatio-Temporal Exploratory Model (AdaSTEM)
https://chenyangkang.github.io/stemflow/
MIT License
17 stars 1 forks source link

change gridding_plot extent to auto #55

Closed chenyangkang closed 4 months ago

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.46%. Comparing base (d18af0e) to head (e5fe081). Report is 2 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #55 +/- ## ========================================== + Coverage 87.24% 87.46% +0.21% ========================================== Files 30 30 Lines 2062 2066 +4 ========================================== + Hits 1799 1807 +8 + Misses 263 259 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

chenyangkang commented 4 months ago

To #54 :

  1. Gridding plot is default to the extent of input data, instead of (-180,180), (-90, 90).
  2. Add model.ensemble_df example in AdaSTEM demo doc.

Debug:

  1. Fix the GitHub-source download typo.