Skip to content

Commit

Permalink
indent additional lines of condition for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Jan 8, 2025
1 parent 8c58462 commit 3c90098
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1089,9 +1089,9 @@
" elif count_pah == 0 and drop_dups_ice:\n",
" for i in range(0, count_ice):\n",
" if ((ice_absorption_detected[i].value < 4.87 and ice_absorption_detected[i].value > 4.47)\n",
" or (ice_absorption_detected[i].value < 5.8 and ice_absorption_detected[i].value > 6.2)\n",
" or (ice_absorption_detected[i].value < 6.69 and ice_absorption_detected[i].value > 7.09)\n",
" or (ice_absorption_detected[i].value < 7.5 and ice_absorption_detected[i].value > 7.7)):\n",
" or (ice_absorption_detected[i].value < 5.8 and ice_absorption_detected[i].value > 6.2)\n",
" or (ice_absorption_detected[i].value < 6.69 and ice_absorption_detected[i].value > 7.09)\n",
" or (ice_absorption_detected[i].value < 7.5 and ice_absorption_detected[i].value > 7.7)):\n",
" print(\"This is a Class 2 YSO.\")\n",
" \n",
" # Else if PAH emission features then YSO 3\n",
Expand Down

0 comments on commit 3c90098

Please sign in to comment.