Skip to content

Commit

Permalink
refactor: remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Jan 7, 2025
1 parent f184195 commit 8c61541
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/dimensional_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2817,9 +2817,6 @@ def evaluate_statements(statements: list[InputAndSystemStatement],

if item["isFunctionArgument"] or item["isUnitsQuery"]:
range_dependencies[item["name"]] = cast(Result | FiniteImagResult | MatrixResult, results[index])

if item["isCodeFunctionRawQuery"]:
code_func_raw_results[item["name"]] = cast(CombinedExpressionNoRange, item)

if item["isCodeFunctionRawQuery"]:
current_result = item
Expand Down

0 comments on commit 8c61541

Please sign in to comment.