MetPy icon indicating copy to clipboard operation
MetPy copied to clipboard

fix mixing lines keyword args bug

Open AndrewLoeppky opened this issue 4 years ago • 1 comments

Description Of Changes

Hello! Im an atmospheric science grad student at UBC. I found + squished a bug in the skewt mixing lines function -- if you specify both pressure and mixing_ratio as not the defualts it raises an error. solution is to transpose the input mixing_ratio array as with the defualt.

Critiques/comments welcome, this is my first edit/pr to a code base that isnt mine...

Checklist

  • [ ] Closes #xxxx
  • [ ] Tests added
  • [ ] Fully documented

AndrewLoeppky avatar Feb 02 '22 13:02 AndrewLoeppky

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 02 '22 13:02 CLAassistant

Congratulations on your first merge PR to MetPy! :tada: We hope we see you around more in the future!

dopplershift avatar Sep 30 '22 17:09 dopplershift