Skip to content

Commit

Permalink
even more forcing of saving chi(q) outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Oct 19, 2024
1 parent 3c9dc74 commit 98d02f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions larch/wxxas/feffit_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2105,12 +2105,11 @@ def onPlot(self, event=None):
return
dset = result.datasets[0]
dgroup = dset.data
if not hasattr(dset.data, 'rwin'):
dset._residual(result.params)
dset.save_outputs()

trans = dset.transform
dset.prepare_fit(result.params)
dset._residual(result.params)
dset.save_outputs()

opts = self.feffit_panel.read_form(dgroup=dgroup)
opts = {'build_fitmodel': False}
Expand Down

0 comments on commit 98d02f7

Please sign in to comment.