Skip to content

Commit

Permalink
fix: downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Dec 4, 2024
1 parent 47b15f0 commit 7a96e9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ansys/dpf/core/examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from .examples import get_example_required_minimum_dpf_version, find_files, fluid_axial_model
from .downloads import (
download_all_kinds_of_complexity,
download_all_kinds_of_complexity_modal,
download_fluent_mixing_elbow_steady_state,
download_modal_frame,
download_multi_stage_cyclic_result,
download_transient_result,
Expand Down Expand Up @@ -86,13 +88,15 @@ def __getattr__(name):

__all__ = [
"download_all_kinds_of_complexity",
"download_all_kinds_of_complexity_modal",
"get_example_required_minimum_dpf_version",
"find_files",
"fluid_axial_model",
"download_all_kinds_of_complexity",
"download_modal_frame",
"download_transient_result",
"download_multi_stage_cyclic_result",
"download_fluent_mixing_elbow_steady_state",
"find_simple_bar",
"find_static_rst",
"find_complex_rst",
Expand Down

0 comments on commit 7a96e9a

Please sign in to comment.