From 0c4a3482a9ec440d8415c30591048509fb846452 Mon Sep 17 00:00:00 2001
From: Rahil Doshi <rahil.doshi@fau.de>
Date: Mon, 7 Apr 2025 12:05:08 +0200
Subject: [PATCH] Remove comments

---
 src/pymatlib/core/yaml_parser.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/pymatlib/core/yaml_parser.py b/src/pymatlib/core/yaml_parser.py
index 2e806a8..2884264 100644
--- a/src/pymatlib/core/yaml_parser.py
+++ b/src/pymatlib/core/yaml_parser.py
@@ -867,8 +867,6 @@ class MaterialConfigParser:
             alloy (Alloy): The alloy object to update.
             material_property (Any): The interpolated material property.
             T (sp.Symbol): Symbolic temperature.
-            # temp_array (np.ndarray): Array of temperature values.
-            # prop_array (np.ndarray): Array of property values.
         """
         alloy.energy_density_solidus = material_property.evalf(T, alloy.temperature_solidus)
         alloy.energy_density_liquidus = material_property.evalf(T, alloy.temperature_liquidus)
@@ -1016,7 +1014,6 @@ class MaterialConfigParser:
             alloy (Alloy): The alloy object to process.
             material_property (MaterialProperty): The computed energy density property.
             T (sp.Symbol): The symbolic temperature variable.
-            # dependencies (List[str]): List of dependencies for energy density computation.
         Raises:
             ValueError: If T is not symbolic or if energy_density_temperature_array is not defined in the config.
         """
-- 
GitLab