PeterRochford / SkillMetrics

A Python library for calculating and displaying the skill of model predictions against observations.
GNU General Public License v3.0
201 stars 92 forks source link

STYLE: Created a utils.check_arrays function to check array dimensions. #12

Closed timcera closed 2 years ago

timcera commented 5 years ago

The utils.check_arrays function is used to make sure predicted and reference function shapes are identical.

timcera commented 5 years ago

I have some additional things to add, but all my new code is based on the assumption that this PR would be accepted.

PeterRochford commented 2 years ago

Tim Cera, thank you for your contribution. I apologize for being so late in merging in your contribution. I haven't had time due to work commitments to devote to this hobby. Hopefully, you are good to proceed in adding your other contributions.

The utils.py file has yet to appear on the GitHub code page but is in the git master branch. I'm assuming its a matter of just waiting for GitHub to update the web page.