From 464ba4c065fe589bec5b9de7563c5f9b085119a8 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Wed, 6 Jul 2022 21:16:05 -0400
Subject: [PATCH] Try not all uppercase for collect_component_json

---
 doc/source/models/multifluid.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/models/multifluid.ipynb b/doc/source/models/multifluid.ipynb
index 7936cf1..1aa9451 100644
--- a/doc/source/models/multifluid.ipynb
+++ b/doc/source/models/multifluid.ipynb
@@ -184,7 +184,7 @@
    "outputs": [],
    "source": [
     "# And you can also load the JSON that teqp is loading for the pure fluids\n",
-    "pureJSON = teqp.collect_component_json(['NEON','HYDROGEN'], teqp.get_datapath())"
+    "pureJSON = teqp.collect_component_json(['Neon','Hydrogen'], teqp.get_datapath())"
    ]
   },
   {
-- 
GitLab