Skip to content

Commit

Permalink
deploy: 6cf5297
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Dec 26, 2024
1 parent b50b604 commit d3b9a2d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions activity/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ <h2>Releases from the past 30 days<a class="headerlink" href="#releases-from-the
</details>
<div class="cell_output docutils container">
<ul class="simple">
<li><p>openfast/openfast - 2024-12-21</p></li>
<li><p>openfast/openfast - 2024-12-21</p></li>
<li><p>openfast/openfast - 2024-12-24</p></li>
<li><p>openfast/openfast - 2024-12-24</p></li>
<li><p>nrel/flasc - 2024-12-20</p></li>
<li><p>nrel/hopp - 2024-12-19</p></li>
<li><p>nrel/floris - 2024-12-19</p></li>
Expand All @@ -496,7 +496,7 @@ <h2>Releases from the past 30 days<a class="headerlink" href="#releases-from-the
<li><p>exawind/amr-wind - 2024-12-13</p></li>
<li><p>wisdem/wombat - 2024-12-12</p></li>
</ul>
<p><em>Updated on 2024-12-23</em></p>
<p><em>Updated on 2024-12-25</em></p>
</div>
</div>
</section>
Expand Down
64 changes: 32 additions & 32 deletions portfolio_analysis/attribute_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,12 +516,12 @@ <h2>General<a class="headerlink" href="#general" title="Link to this heading">#<
</pre></div>
</div>
<div class="output text_html"><style>
#dp-e8ac44d8124a49e79bb77be59def88fd {
#dp-07236f868077443eb0b94860cb2b5a56 {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-e8ac44d8124a49e79bb77be59def88fd" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-07236f868077443eb0b94860cb2b5a56" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -576,7 +576,7 @@ <h2>General<a class="headerlink" href="#general" title="Link to this heading">#<
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-e8ac44d8124a49e79bb77be59def88fd");
iframeResize({ log: true, checkOrigin: false }, "#dp-07236f868077443eb0b94860cb2b5a56");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -606,19 +606,19 @@ <h2>Turbine Modeling<a class="headerlink" href="#turbine-modeling" title="Link t
</div>
</details>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_1979/3317172343.py:10: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_1994/3317172343.py:10: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
turbine_df = turbine_df[ pd.DataFrame( turbine_df[&quot;scope&quot;].tolist() ).isin( [&quot;turbine&quot;, &quot;any&quot;] ).any(1).values ]
/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/datapane/common/df_processor.py:26: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
elif isinstance(df.index, pd.Int64Index):
</pre></div>
</div>
<div class="output text_html"><style>
#dp-97c4b76cb25746c5b70187baf9b11141 {
#dp-e1c21dd6640547a7a0a3138fa705a05a {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-97c4b76cb25746c5b70187baf9b11141" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-e1c21dd6640547a7a0a3138fa705a05a" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -673,7 +673,7 @@ <h2>Turbine Modeling<a class="headerlink" href="#turbine-modeling" title="Link t
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-97c4b76cb25746c5b70187baf9b11141");
iframeResize({ log: true, checkOrigin: false }, "#dp-e1c21dd6640547a7a0a3138fa705a05a");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -704,19 +704,19 @@ <h2>Farm Modeling<a class="headerlink" href="#farm-modeling" title="Link to this
</div>
</details>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_1979/2262452956.py:11: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_1994/2262452956.py:11: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
farm_df = farm_df[ pd.DataFrame( farm_df[&quot;scope&quot;].tolist() ).isin( [&quot;farm&quot;, &quot;any&quot;] ).any(1).values ]
/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/datapane/common/df_processor.py:26: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
elif isinstance(df.index, pd.Int64Index):
</pre></div>
</div>
<div class="output text_html"><style>
#dp-8be36426a0c04093a8afb48ee8719f2a {
#dp-86c30b8643c5419aa5da12f2c3015821 {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-8be36426a0c04093a8afb48ee8719f2a" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-86c30b8643c5419aa5da12f2c3015821" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -771,7 +771,7 @@ <h2>Farm Modeling<a class="headerlink" href="#farm-modeling" title="Link to this
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-8be36426a0c04093a8afb48ee8719f2a");
iframeResize({ log: true, checkOrigin: false }, "#dp-86c30b8643c5419aa5da12f2c3015821");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -804,12 +804,12 @@ <h2>Cost Modeling<a class="headerlink" href="#cost-modeling" title="Link to this
</pre></div>
</div>
<div class="output text_html"><style>
#dp-f611c7a42d0b4ee8b5e68e91bbf769d6 {
#dp-81337b2d1ffe46728ddccf29a59f9d92 {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-f611c7a42d0b4ee8b5e68e91bbf769d6" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-81337b2d1ffe46728ddccf29a59f9d92" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -864,7 +864,7 @@ <h2>Cost Modeling<a class="headerlink" href="#cost-modeling" title="Link to this
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-f611c7a42d0b4ee8b5e68e91bbf769d6");
iframeResize({ log: true, checkOrigin: false }, "#dp-81337b2d1ffe46728ddccf29a59f9d92");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -904,12 +904,12 @@ <h2>Full Suite Modeling Comparison<a class="headerlink" href="#full-suite-modeli
</pre></div>
</div>
<div class="output text_html"><style>
#dp-6a4896d34493406985866f143c9f89c9 {
#dp-8c503f6d9dd64ab88bd05dedda2e9d36 {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-6a4896d34493406985866f143c9f89c9" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-8c503f6d9dd64ab88bd05dedda2e9d36" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -964,7 +964,7 @@ <h2>Full Suite Modeling Comparison<a class="headerlink" href="#full-suite-modeli
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-6a4896d34493406985866f143c9f89c9");
iframeResize({ log: true, checkOrigin: false }, "#dp-8c503f6d9dd64ab88bd05dedda2e9d36");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -995,12 +995,12 @@ <h2>Distribution<a class="headerlink" href="#distribution" title="Link to this h
</pre></div>
</div>
<div class="output text_html"><style>
#dp-5ac065486248440ab0142d89b9b6bfc0 {
#dp-04bf67e2a26f42caa43c1b8243107835 {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-5ac065486248440ab0142d89b9b6bfc0" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-04bf67e2a26f42caa43c1b8243107835" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -1055,7 +1055,7 @@ <h2>Distribution<a class="headerlink" href="#distribution" title="Link to this h
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-5ac065486248440ab0142d89b9b6bfc0");
iframeResize({ log: true, checkOrigin: false }, "#dp-04bf67e2a26f42caa43c1b8243107835");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -1093,12 +1093,12 @@ <h2>Documentation<a class="headerlink" href="#documentation" title="Link to this
</pre></div>
</div>
<div class="output text_html"><style>
#dp-e421ffbd43a742bf9bed25596170c5fc {
#dp-791619cd28e04740b419dfad2d480f37 {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-e421ffbd43a742bf9bed25596170c5fc" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-791619cd28e04740b419dfad2d480f37" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -1153,7 +1153,7 @@ <h2>Documentation<a class="headerlink" href="#documentation" title="Link to this
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-e421ffbd43a742bf9bed25596170c5fc");
iframeResize({ log: true, checkOrigin: false }, "#dp-791619cd28e04740b419dfad2d480f37");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -1185,12 +1185,12 @@ <h2>Testing<a class="headerlink" href="#testing" title="Link to this heading">#<
</pre></div>
</div>
<div class="output text_html"><style>
#dp-c92a30a0cbd047fc918c562e1a7cfda2 {
#dp-e1198446a92c4ad7a9406a8fa97ab3bc {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-c92a30a0cbd047fc918c562e1a7cfda2" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-e1198446a92c4ad7a9406a8fa97ab3bc" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -1245,7 +1245,7 @@ <h2>Testing<a class="headerlink" href="#testing" title="Link to this heading">#<
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-c92a30a0cbd047fc918c562e1a7cfda2");
iframeResize({ log: true, checkOrigin: false }, "#dp-e1198446a92c4ad7a9406a8fa97ab3bc");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -1276,12 +1276,12 @@ <h2>Interfaces<a class="headerlink" href="#interfaces" title="Link to this headi
</pre></div>
</div>
<div class="output text_html"><style>
#dp-7fe7ec4eafee432b8a8aea0d5d5032c3 {
#dp-ba0e598e333a477b9944a2f014f44e1b {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-7fe7ec4eafee432b8a8aea0d5d5032c3" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-ba0e598e333a477b9944a2f014f44e1b" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -1336,7 +1336,7 @@ <h2>Interfaces<a class="headerlink" href="#interfaces" title="Link to this headi
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-7fe7ec4eafee432b8a8aea0d5d5032c3");
iframeResize({ log: true, checkOrigin: false }, "#dp-ba0e598e333a477b9944a2f014f44e1b");
</script>
</div></div>
</div>
Expand Down Expand Up @@ -1365,12 +1365,12 @@ <h2>Input / Output<a class="headerlink" href="#input-output" title="Link to this
</pre></div>
</div>
<div class="output text_html"><style>
#dp-4eb42e9ad68740918042292e6defc6f0 {
#dp-0e99bfea12044e3aa6b065df37773047 {
width: 1px;
min-width: 100%;
}
</style>
<iframe id="dp-4eb42e9ad68740918042292e6defc6f0" srcdoc="&lt;!DOCTYPE html&gt;
<iframe id="dp-0e99bfea12044e3aa6b065df37773047" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
Expand Down Expand Up @@ -1425,7 +1425,7 @@ <h2>Input / Output<a class="headerlink" href="#input-output" title="Link to this
</iframe>
<script type="module">
import { iframeResize } from "https://datapane-cdn.com/v0.17.0/report/index.es.js";
iframeResize({ log: true, checkOrigin: false }, "#dp-4eb42e9ad68740918042292e6defc6f0");
iframeResize({ log: true, checkOrigin: false }, "#dp-0e99bfea12044e3aa6b065df37773047");
</script>
</div></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit d3b9a2d

Please sign in to comment.