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
I am modifying the geometries via the ASF simulation code and grasshopper, in order to simulate alternative technologies. In doing so, I sometimes get the IndexError: too many indices for array
for the equation
*irr_mod_sel = np.array(1 / gridPsize irr_gridP[mod_sel, :])
in line 240 in module asf_electricity_production.
I have tried simulating with different values for the panelGridsize.
If it supports you solving the error and helping me, here is what I have basically changed:
I have only 1 shading object (1 row, 1 column), which is rendered in grasshoppers just the way I want it to look like.
Dear
I am modifying the geometries via the ASF simulation code and grasshopper, in order to simulate alternative technologies. In doing so, I sometimes get the
IndexError: too many indices for array
for the equation
*irr_mod_sel = np.array(1 / gridPsize irr_gridP[mod_sel, :])
in line 240 in module asf_electricity_production.
I have tried simulating with different values for the panelGridsize.
If it supports you solving the error and helping me, here is what I have basically changed:
I have only 1 shading object (1 row, 1 column), which is rendered in grasshoppers just the way I want it to look like.
@MauroLuzzatto
The text was updated successfully, but these errors were encountered: