Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 14, 2023
1 parent 86bcea0 commit 47fdeba
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 161 deletions.
1 change: 1 addition & 0 deletions _modules/xfaster/xfaster_exec.html
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ <h1>Source code for xfaster.xfaster_exec</h1><div class="highlight"><pre>
<span class="p">)</span>
<span class="n">config_vars</span><span class="o">.</span><span class="n">update</span><span class="p">(</span><span class="n">common_opts</span><span class="p">,</span> <span class="s2">&quot;XFaster Common&quot;</span><span class="p">)</span>
<span class="n">common_opts</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;config&quot;</span><span class="p">)</span>
<span class="n">common_opts</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;dump_state&quot;</span><span class="p">)</span>

<span class="c1"># initialize class</span>
<span class="n">X</span> <span class="o">=</span> <span class="n">xfc</span><span class="o">.</span><span class="n">XFaster</span><span class="p">(</span><span class="n">config</span><span class="p">,</span> <span class="o">**</span><span class="n">common_opts</span><span class="p">)</span>
Expand Down
4 changes: 2 additions & 2 deletions notebooks/XFaster_Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ <h4>Looking at results<a class="headerlink" href="#Looking-at-results" title="Pe
</div>
<div class="output_area docutils container">
<div class="highlight"><pre>
&lt;matplotlib.colorbar.Colorbar at 0x7f07018ddee0&gt;
&lt;matplotlib.colorbar.Colorbar at 0x7fabf687ddc0&gt;
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -1474,7 +1474,7 @@ <h3>get_likelihood<a class="headerlink" href="#get_likelihood" title="Permalink
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
[ 2023-11-14 21:29:13UTC ] INFO: Computing brute-force r profile likelihood
[ 2023-11-14 22:00:17UTC ] INFO: Computing brute-force r profile likelihood
</pre></div></div>
</div>
<div class="nbinput docutils container">
Expand Down
Loading

0 comments on commit 47fdeba

Please sign in to comment.