Skip to content

Commit

Permalink
Addition of the Control Package to requirements.txt and position adju…
Browse files Browse the repository at this point in the history
…stment of the compute_sensitivity_at argument in the run_freq_response method.
  • Loading branch information
ArthurIasbeck committed Sep 5, 2024
1 parent cb28b91 commit f0d5056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pandas>=0.23
plotly>=4.7.0
xlrd
pint>=0.18
control==0.10.1
2 changes: 1 addition & 1 deletion ross/rotor_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -1683,10 +1683,10 @@ def run_freq_response(
speed_range=None,
modes=None,
cluster_points=False,
compute_sensitivity_at=None,
num_modes=12,
num_points=10,
rtol=0.005,
compute_sensitivity_at=None,
):
"""Frequency response for a mdof system.
Expand Down

0 comments on commit f0d5056

Please sign in to comment.