Skip to content

Commit

Permalink
f main idt
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Dec 4, 2024
1 parent 1b80838 commit 76b864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def execute(self):
for species in self.rmg['species']:
if species['observable'] or species['SA_observable']:
self.sa_observables.append(species['label'])
if self.sa_observables:
if self.t3['sensitivity']['adapter'] is not None and self.sa_observables:
simulate_adapter = simulate_factory(simulate_method=self.t3['sensitivity']['adapter'],
t3=self.t3,
rmg=self.rmg,
Expand Down

0 comments on commit 76b864b

Please sign in to comment.