Skip to content

Commit

Permalink
trying to fix CI issue with prepared tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Sanchez authored and Javier Sanchez committed Oct 31, 2024
1 parent 4dd55a4 commit 3e5e512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions augur/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,4 +390,6 @@ def compute_new_theory_vector(self, _sys_pars, _pars):
self.tools.prepare()
self.lk.update(pmap)
f_out = self.lk.compute_theory_vector(self.tools)
self.tools.reset()
self.lk.reset()
return f_out

0 comments on commit 3e5e512

Please sign in to comment.