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
This issue will implement a clause in the load aggregation objects to convert the output of _LoadAggregation.temporal_superposition() to a scalar when the supplied g-function is of shape (Nt,).
The text was updated successfully, but these errors were encountered:
Some of the examples return a DeprecationWarning from numpy due to the assignment of an array to a scalar, of the form:
where
deltaT_b
is an array of shape(1,)
.This issue will implement a clause in the load aggregation objects to convert the output of
_LoadAggregation.temporal_superposition()
to a scalar when the supplied g-function is of shape(Nt,)
.The text was updated successfully, but these errors were encountered: