Joe Ranalli
Joe Ranalli
It looks like that solution would solve my problem, and just requires some extra manipulation on the function call. I'm totally fine with that if that's what's felt to be...
Ok got a followup. I actually made this work for 3D arrays as well as all the tests you proposed. The trick is to replace my previous proposal with: ```python...
That was my first instinct, but like @wholmgren suggested, it doesn't help with the numpy-friendliness across the board.
My particular use case is that I have a data frame of multiple sensor time series and want to convert them all to clearsky index. One reason that I think...
Ok so I dug a bit further into this based on @wholmgren's discussion question about `clearsky_ghi` being a DataFrame while `ghi` is a Series. The potential use case I came...
As mentioned in the other thread, that solution doesn't work. It leads to escaped characters in the rendering in the paper and breaks the link.  The link and paper...
@jettrich thanks for your interest! It turns out that the code that draws that graph is pretty extensive, because there's a lot of fiddling that goes into figuring out exactly...
> 2. In my opinion, promoting a dictionary to a class is best done only when implementing class methods is important. The state class would merely be a container for...
Ok, branch [issue83](https://github.com/chmarti1/PYroMat/tree/issue83) has the methods and all ig tests pass. The big changes are as follows: 1) Change the inverse_args check to only error on the h&e combo. 2)...
Do you want me to take a crack at update 6) to clean up my proposal or give you a chance to dig into it and rework it your own...