Closed mikofski closed 6 years ago
merging #56 fixes #55 so all tests are now passing for both Python-2.7 and Python-3.6, at least on my machine
@chetan201 I think this is ready
@chetan201 dulwich and pvlib now on conda-forge so you can install everything into your conda environment in one go:
conda create -n pvmismatch python==3.6.3 -c conda-forge --file requirements.txt
@chetan201 just wondering, if you don't have time for this, perhaps you can consider some alternatives:
@mikofski I spent last few days getting familiar with the repo and such. I would like to sync up with @BenBourne and get to close this very soon. Apologies for the delays!
Actually, it doesn't seem that I have write access to do a merge here. Any advice on how to get that? Thanks!
ask either @trevorhodges or @rickmellor , they are the SP GitHub owners
@chetan201, you now have write access to this repo.
Thanks @cedricleroy and @mikofski for the help! This PR is merged now.
updating PVMismatch for Python 3 using
future
andsix
compatibility packagesall tests are passing in both Python-2.7 and Python-3.6 except
test_two_diode.py:test_didv_dpdv_frsh()
on line 63 which has an issue with SymPy converting an expression to float, so I'll add an issue to fix it