Skip to content

Commit 75b4d47

Browse files
authored
Fix typo (#509)
* fix procesing to processing * fix typo in examples notebooks * fix typo in html files
1 parent 29cdfee commit 75b4d47

9 files changed

Lines changed: 15 additions & 15 deletions

cmdstanpy/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ def sample(
10001000
show_progress = False
10011001
else:
10021002
show_progress = show_progress and progbar.allow_show_progress()
1003-
get_logger().info('CmdStan start procesing')
1003+
get_logger().info('CmdStan start processing')
10041004

10051005
progress_hook: Optional[Callable[[str, int], None]] = None
10061006
if show_progress:

docs/_modules/cmdstanpy/model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ <h1>Source code for cmdstanpy.model</h1><div class="highlight"><pre>
11701170
<span class="n">show_progress</span> <span class="o">=</span> <span class="kc">False</span>
11711171
<span class="k">else</span><span class="p">:</span>
11721172
<span class="n">show_progress</span> <span class="o">=</span> <span class="n">show_progress</span> <span class="ow">and</span> <span class="n">progbar</span><span class="o">.</span><span class="n">allow_show_progress</span><span class="p">()</span>
1173-
<span class="n">get_logger</span><span class="p">()</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s1">&#39;CmdStan start procesing&#39;</span><span class="p">)</span>
1173+
<span class="n">get_logger</span><span class="p">()</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s1">&#39;CmdStan start processing&#39;</span><span class="p">)</span>
11741174

11751175
<span class="n">progress_hook</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="n">Callable</span><span class="p">[[</span><span class="nb">str</span><span class="p">,</span> <span class="nb">int</span><span class="p">],</span> <span class="kc">None</span><span class="p">]]</span> <span class="o">=</span> <span class="kc">None</span>
11761176
<span class="k">if</span> <span class="n">show_progress</span><span class="p">:</span>

docs/examples/MCMC Sampling.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ <h2>Fitting a model to data<a class="headerlink" href="#Fitting-a-model-to-data"
568568
</div>
569569
<div class="output_area stderr docutils container">
570570
<div class="highlight"><pre>
571-
INFO:cmdstanpy:CmdStan start procesing
571+
INFO:cmdstanpy:CmdStan start processing
572572
ERROR:cmdstanpy:Error in progress bar initialization:
573573
IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
574574
Disabling progress bars for this session
@@ -907,7 +907,7 @@ <h3>Sampler Progress<a class="headerlink" href="#Sampler-Progress" title="Permal
907907
</div>
908908
<div class="output_area stderr docutils container">
909909
<div class="highlight"><pre>
910-
INFO:cmdstanpy:CmdStan start procesing
910+
INFO:cmdstanpy:CmdStan start processing
911911
INFO:cmdstanpy:Chain [1] start processing
912912
INFO:cmdstanpy:Chain [2] start processing
913913
INFO:cmdstanpy:Chain [1] done processing
@@ -1118,7 +1118,7 @@ <h2>Running a data-generating model<a class="headerlink" href="#Running-a-data-g
11181118
<div class="highlight"><pre>
11191119
INFO:cmdstanpy:compiling stan file /home/runner/work/cmdstanpy/cmdstanpy/docsrc/examples/bernoulli_datagen.stan to exe file /home/runner/work/cmdstanpy/cmdstanpy/docsrc/examples/bernoulli_datagen
11201120
INFO:cmdstanpy:compiled model executable: /home/runner/work/cmdstanpy/cmdstanpy/docsrc/examples/bernoulli_datagen
1121-
INFO:cmdstanpy:CmdStan start procesing
1121+
INFO:cmdstanpy:CmdStan start processing
11221122
INFO:cmdstanpy:Chain [1] start processing
11231123
INFO:cmdstanpy:Chain [1] done processing
11241124
</pre></div></div>

docs/examples/MCMC Sampling.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"name": "stderr",
168168
"output_type": "stream",
169169
"text": [
170-
"INFO:cmdstanpy:CmdStan start procesing\n"
170+
"INFO:cmdstanpy:CmdStan start processing\n"
171171
]
172172
},
173173
{
@@ -653,7 +653,7 @@
653653
"name": "stderr",
654654
"output_type": "stream",
655655
"text": [
656-
"INFO:cmdstanpy:CmdStan start procesing\n"
656+
"INFO:cmdstanpy:CmdStan start processing\n"
657657
]
658658
},
659659
{
@@ -965,7 +965,7 @@
965965
"name": "stderr",
966966
"output_type": "stream",
967967
"text": [
968-
"INFO:cmdstanpy:CmdStan start procesing\n"
968+
"INFO:cmdstanpy:CmdStan start processing\n"
969969
]
970970
},
971971
{

docs/examples/Run Generated Quantities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ <h2>Example: add posterior predictive checks to <code class="docutils literal no
563563
</div>
564564
<div class="output_area stderr docutils container">
565565
<div class="highlight"><pre>
566-
INFO:cmdstanpy:CmdStan start procesing
566+
INFO:cmdstanpy:CmdStan start processing
567567
ERROR:cmdstanpy:Error in progress bar initialization:
568568
IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
569569
Disabling progress bars for this session

docs/examples/Run Generated Quantities.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"name": "stderr",
151151
"output_type": "stream",
152152
"text": [
153-
"INFO:cmdstanpy:CmdStan start procesing\n"
153+
"INFO:cmdstanpy:CmdStan start processing\n"
154154
]
155155
},
156156
{

docs/examples/VI as Sampler Inits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ <h2>Run Stan’s variational inference algorithm, obtain fitted estimates<a clas
584584
</div>
585585
<div class="output_area stderr docutils container">
586586
<div class="highlight"><pre>
587-
INFO:cmdstanpy:CmdStan start procesing
587+
INFO:cmdstanpy:CmdStan start processing
588588
ERROR:cmdstanpy:Error in progress bar initialization:
589589
IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
590590
Disabling progress bars for this session
@@ -814,7 +814,7 @@ <h2>Run Stan’s variational inference algorithm, obtain fitted estimates<a clas
814814
</div>
815815
<div class="output_area stderr docutils container">
816816
<div class="highlight"><pre>
817-
INFO:cmdstanpy:CmdStan start procesing
817+
INFO:cmdstanpy:CmdStan start processing
818818
INFO:cmdstanpy:Chain [1] start processing
819819
INFO:cmdstanpy:Chain [2] start processing
820820
INFO:cmdstanpy:Chain [1] done processing

docs/examples/VI as Sampler Inits.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"name": "stderr",
195195
"output_type": "stream",
196196
"text": [
197-
"INFO:cmdstanpy:CmdStan start procesing\n"
197+
"INFO:cmdstanpy:CmdStan start processing\n"
198198
]
199199
},
200200
{
@@ -515,7 +515,7 @@
515515
"name": "stderr",
516516
"output_type": "stream",
517517
"text": [
518-
"INFO:cmdstanpy:CmdStan start procesing\n"
518+
"INFO:cmdstanpy:CmdStan start processing\n"
519519
]
520520
},
521521
{

docs/hello_world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ <h3>Fitting the model<a class="headerlink" href="#fitting-the-model" title="Perm
357357

358358
<span class="go"># fit the model</span>
359359
<span class="gp">In [8]: </span><span class="n">fit</span> <span class="o">=</span> <span class="n">model</span><span class="o">.</span><span class="n">sample</span><span class="p">(</span><span class="n">data</span><span class="o">=</span><span class="n">data_file</span><span class="p">)</span>
360-
<span class="go">INFO:cmdstanpy:CmdStan start procesing</span>
360+
<span class="go">INFO:cmdstanpy:CmdStan start processing</span>
361361
<span class="go"> </span>
362362
<span class="go">INFO:cmdstanpy:CmdStan done processing.</span>
363363

0 commit comments

Comments
 (0)