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
Added unit tests for parameter functions under tests/test-parameter-functions.R
Fixed bug with crossing parameters in tleaves() that was introduced with new T_sky function. This led to crossing all parameter values with all unique values of calculated T_sky, which was incorrect. Added unit tests to ensuring that crossing is done correctly under tests/test-tleaves-crossing.R