Skip to content

Commit

Permalink
Fix docs (#1034)
Browse files Browse the repository at this point in the history
* pin autoyaml

* build with 3.10

* minor test fix

* restore 3.13

* Temporary; force docs build without upload

* Revert temporary forced docs build.

---------

Co-authored-by: misi9170 <michael.sinner@nrel.gov>
  • Loading branch information
paulf81 and misi9170 authored Nov 21, 2024
1 parent 93a9cde commit d961a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ docs = [
"jupyter-book",
"sphinx-book-theme",
"sphinx-autodoc-typehints",
"sphinxcontrib-autoyaml",
"sphinxcontrib-autoyaml==1.1.1",
"sphinxcontrib.mermaid",
]
develop = [
Expand Down
1 change: 1 addition & 0 deletions tests/wind_data_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ def test_wind_ti_rose_aggregate():
np.testing.assert_allclose(wind_rose.wind_speeds, wind_rose_2.wind_speeds)
np.testing.assert_allclose(wind_rose.turbulence_intensities, wind_rose_2.turbulence_intensities)

wind_rose_2 = copy.deepcopy(wind_rose)
wind_rose_2.downsample(ti_step=0.04, inplace=True)
np.testing.assert_allclose(
wind_rose_aggregate.turbulence_intensities, wind_rose_2.turbulence_intensities
Expand Down

0 comments on commit d961a74

Please sign in to comment.