Kevin Anderson

Results 405 comments of Kevin Anderson

Agreed the new theme really makes a mess of the API reference. The problem is that, in the new theme, the left sidebar is for listing sub-pages and in-page sections...

Semi-related is a better error message from ModelChain when neither `racking_model` nor `temperature_model_parameters` is supplied. Right now you get `AttributeError: 'PVSystem' object has no attribute 'racking_model'`, but ideally it would...

It would be great if `get_total_irradiance` could still be run with the current minimal set of inputs, even if the default model is changed to something more sophisticated. #1225 got...

Ah sorry, I should have mentioned that I was running it on a linux (debian) installation with S4 installed. If `skipif` was the culprit here I think we'd see `s`...

Speculation: perhaps it has something to do with multiprocessing and lines executed by worker processes not getting counted correctly. That could definitely make things behave differently run-to-run and between machines...

I've made some partial progress here. I added a couple files in the repository root: ``` $ cat .coveragerc [run] parallel = True source = rayflare $ cat sitecustomize.py try:...

Now that v3.4.0 and v3.4.1 are on [PyPI](https://pypi.org/project/pydap/#history), I think this issue can be closed :)

@KWagnerCPR I've added this to the v0.10.3 milestone, which is scheduled to be released mid-December. But (as seen in the previous milestones for this PR), that's just an aspiration, not...

> @kandersolar Could you help with the flake8 issue - I can't really tell what it is? I think the problem is this: 1) To use flake8's `--diff` option, we...

Ok, going ahead with the merge. Thanks @AdamRJensen!