From 8627b59e0b06d57a37caa0734bd0da7ff40feda0 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Thu, 3 Jul 2025 15:15:56 +0200 Subject: [PATCH] comment lines in example removed --- examples/hydrogen_production_thermodynamics.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/hydrogen_production_thermodynamics.md b/examples/hydrogen_production_thermodynamics.md index 3d45ce2..48a9ba9 100644 --- a/examples/hydrogen_production_thermodynamics.md +++ b/examples/hydrogen_production_thermodynamics.md @@ -7,8 +7,6 @@ the Heat of Evaporation for water. ```python import gaspype as gp -#import numpy as np -#import matplotlib.pyplot as plt lhv = gp.fluid({'H2': 1, 'O2': 1/2, 'H2O': -1}).get_H(25 + 273.15) dh_v = 43990 # J/mol (heat of evaporation for water @ 25 °C)