MilesCranmer commited on
Commit
0952ef0
1 Parent(s): 31a4779

Update options.md

Browse files
Files changed (1) hide show
  1. docs/options.md +2 -3
docs/options.md CHANGED
@@ -102,9 +102,8 @@ on each core.
102
  ## Weighted data
103
 
104
  Here, we assign weights to each row of data
105
- using inverse uncertainty squared. We also use 10 processes
106
- instead of the usual 4, which creates more populations
107
- (one population per thread).
108
  ```python
109
  sigma = ...
110
  weights = 1/sigma**2
 
102
  ## Weighted data
103
 
104
  Here, we assign weights to each row of data
105
+ using inverse uncertainty squared. We also use 10 processes for the search
106
+ instead of the default.
 
107
  ```python
108
  sigma = ...
109
  weights = 1/sigma**2