Skip to content

Commit db8dba1

Browse files
nmearlnmearl
nmearl
authored and
nmearl
committed
Fix reduced chi square discrepancy
1 parent e2057d6 commit db8dba1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pynamic/optimizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def iterout(self, tlnl, theta, mod_flux):
7070
self.photo_data[2]) ** 2)
7171
deg = len(self.params.get_flat(True))
7272
nu = self.photo_data[1].size - 1 - deg
73-
7473
self.redchisq = chisq / nu
7574

7675
# Update the maxlnp so the Watcher knows to print to screen

0 commit comments

Comments
 (0)