Skip to content

Commit

Permalink
MNT Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gadorlhiac committed Mar 29, 2024
1 parent 7c90114 commit deabc5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflows/airflow/pyalgos_sfx.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
)

# SHELX Tasks
dimple_runner: JIDSlurmOperator = JIDSlurmOperator(
task_id="DimpleSolver", dag=dag
)
dimple_runner: JIDSlurmOperator = JIDSlurmOperator(task_id="DimpleSolver", dag=dag)


peak_finder >> indexer >> merger >> hkl_manipulator >> dimple_runner
Expand Down

0 comments on commit deabc5e

Please sign in to comment.