From 29a8e918d3f19354487914c68dbebe711ff949c7 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Wed, 19 Oct 2022 11:18:30 -0400
Subject: [PATCH] Fix writing of alias map

---
 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 4eb7f89..0ca3078 100644
--- a/doc/source/models/multifluid.ipynb
+++ b/doc/source/models/multifluid.ipynb
@@ -150,7 +150,7 @@
     "# If you know your files will not change, good idea to build this alias map yourself.\n",
     "%timeit aliasmap = teqp.build_alias_map(teqp.get_datapath())\n",
     "aliasmap = teqp.build_alias_map(teqp.get_datapath())\n",
-    "aliasmap.keys()[0:30] # the first 30 aliases in the dict"
+    "list(aliasmap.keys())[0:10] # the first 10 aliases in the dict"
    ]
   },
   {
-- 
GitLab