Skip to content

Commit

Permalink
Split line
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Sep 23, 2024
1 parent ee11a5c commit c959581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atriflow/optimize_sr_flow_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ def perform_optimization(model):

def main():
# Get references
global reference_co, reference_co_sd, reference_pv_velocity, reference_pv_velocity_sd, reference_mv_velocity, \
reference_mv_velocity_sd, reference_bpm, reference_bpm_sd
global reference_co, reference_co_sd, reference_pv_velocity, reference_pv_velocity_sd, reference_mv_velocity
global reference_mv_velocity_sd, reference_bpm, reference_bpm_sd
global area_avg, volume_avg, Q_ref, model, all_model_data

reference_dict = create_main_ref_sr()
Expand Down

0 comments on commit c959581

Please sign in to comment.