You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Starting implementation of DIRINDEX model
* making call to DIRINT model
* make sure in test that data is returned
* Added calculation of DIRINDEX dni values with clearsky model inputs
* providing clear sky ghi and dni as arguments so that the user can use
different clear sky models
* only returning positive values from the calculation
* an option could be to provide dni_dirint and dni_dirint_clearsky as
arguments as well. Not sure if that's preferable
* added docstrings
* Adding parenthesis for Python 3
* Added v0.4.3.txt file and references + updated api.rst
* Updated dirindex test to compare obtained to expected values
* tests for consistency of the algorithm
* doesn't exactly test for validity of implementation, need reference
values?
* adding comparison to dirint values but not sure how relevant it is
* Making test more robust + decorator for min build on travis
* writing explicit values for input arguments, instead of calling
functions
* adding ``@needs_numpy_1_10`` decorator for continuous integration
0 commit comments