Skip to content

Commit

Permalink
remove writing interarctions as separate f
Browse files Browse the repository at this point in the history
  • Loading branch information
olive004 committed Jan 15, 2024
1 parent 3f3b7b8 commit 2ea27aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def compute_interactions(self, circuit: Circuit):
circuit.interactions.binding_rates_dissociation = circuit.interactions.binding_rates_dissociation * \
self.interaction_factor
circuit.update_species_simulated_rates(circuit.interactions)
return circuit
# return circuit

def write_interactions(self, circuit):
# def write_interactions(self, circuit):
for filename_addon in sorted(INTERACTION_FIELDS_TO_WRITE):
interaction_matrix = circuit.interactions.__getattribute__(
filename_addon)
Expand Down

0 comments on commit 2ea27aa

Please sign in to comment.