From d117bee08540679d839ed9afbdb635fed8f52b37 Mon Sep 17 00:00:00 2001 From: kngo4 Date: Wed, 4 Mar 2026 15:32:14 -0500 Subject: [PATCH] Update get_antoine_coefficient.py this removes any further iterations that may be unnecessary inside the loop --- get_antoine_coefficient.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/get_antoine_coefficient.py b/get_antoine_coefficient.py index d1395ed..3e971a3 100644 --- a/get_antoine_coefficient.py +++ b/get_antoine_coefficient.py @@ -70,8 +70,6 @@ def get_antoine_coefficient(Name, Temperature): and Temperature <= interval[1]): index = i break - else: - index = None if index == None: print('Sorry, the data for the given temperature {0}K does '