Skip to content

Commit

Permalink
deploy: d4b5933
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 committed Dec 3, 2023
1 parent f84d0ba commit 304bbe4
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 367 deletions.
2 changes: 1 addition & 1 deletion figures/figure1/Figure1.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h1>Figure 1: Mean Squared Error as a function of the samples per site and sites
</div>
</div>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2240/2142690695.py:4: DeprecationWarning: Please use `gaussian_filter` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2216/2142690695.py:4: DeprecationWarning: Please use `gaussian_filter` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
from scipy.ndimage.filters import gaussian_filter
</pre></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions figures/figure2/Figure2.html
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ <h2>1. Figures a &amp; b: Decay as a function of the number of total samples <sp
</div>
</div>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2272/1007751571.py:6: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2248/1007751571.py:6: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
palette = {x : matplotlib.cm.get_cmap(&#39;viridis&#39;)((x-1)/7) for x in np.arange(1,8)}
</pre></div>
</div>
Expand Down Expand Up @@ -1223,7 +1223,7 @@ <h2>Figure c &amp; d: Decay as a function of the number of sites<a class="header
</div>
</div>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2272/3024017231.py:7: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2248/3024017231.py:7: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
palette = {x : matplotlib.cm.get_cmap(&#39;viridis&#39;)((x-1)/7) for x in np.arange(1,8)}
</pre></div>
</div>
Expand Down
Loading

0 comments on commit 304bbe4

Please sign in to comment.