File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def build_recipe_one_contribution():
153153
154154 def _build_recipe ():
155155 profile = Profile ()
156- x = linspace (0 , pi , 10 )
156+ x = linspace (0 , pi , 11 )
157157 y = sin (x )
158158 profile .set_observed_profile (x , y )
159159 contribution = FitContribution ("c1" )
@@ -174,7 +174,7 @@ def build_recipe_two_contributions():
174174 """Helper to build a recipe with two physically related
175175 contributions."""
176176 profile1 = Profile ()
177- x = linspace (0 , pi , 50 )
177+ x = linspace (0 , pi , 51 )
178178 y1 = sin (x ) # amplitude=1, freq=1
179179 profile1 .set_observed_profile (x , y1 )
180180
Original file line number Diff line number Diff line change 3838Restraints 0.00000000
3939Chi2 0.00000000
4040Reduced Chi2 0.00000000
41- Rw 0.00000007
41+ Rw 0.00000010
4242
4343Variables (Uncertainties invalid)
4444------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments