Skip to content

Commit

Permalink
np. -> numpy. in cosimulator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dionperd authored and liadomide committed Nov 22, 2023
1 parent 07ff87b commit f6ac25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_contrib/tvb/contrib/cosimulation/cosimulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _configure_cosimulation(self):

# Reconfigure the connectivity for regions modelled by the other cosimulator exclusively:
if self.exclusive:
self.connectivity.weights[np.ix_(self.proxy_inds, self.proxy_inds)] = 0.0
self.connectivity.weights[numpy.ix_(self.proxy_inds, self.proxy_inds)] = 0.0
self.connectivity.configure()

# Configure the cosimulator monitor
Expand Down

0 comments on commit f6ac25d

Please sign in to comment.