From af157364250bb8ba6a3aa7b3667150750bba408b Mon Sep 17 00:00:00 2001
From: Rahil Doshi <rahil.doshi@fau.de>
Date: Wed, 5 Mar 2025 01:20:25 +0100
Subject: [PATCH] Update property values to float instead of int

---
 src/pymatlib/data/alloys/SS316L/SS304L.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pymatlib/data/alloys/SS316L/SS304L.yaml b/src/pymatlib/data/alloys/SS316L/SS304L.yaml
index fd34872..aa72e76 100644
--- a/src/pymatlib/data/alloys/SS316L/SS304L.yaml
+++ b/src/pymatlib/data/alloys/SS316L/SS304L.yaml
@@ -142,10 +142,10 @@ properties:
   # save the energy_density and temperature as arrays always.
 
 
-  #density: 7950
+  #density: 7950.
   #OR
   #density: compute  # computed by thermal expansion coefficient, should be acceptable even if TEC is defined later in the file
-  base_temperature: 2273
+  base_temperature: 2273.
   base_density: 6.591878918e3
   #OR
   density:
-- 
GitLab