From 888f8bcbe3753f78feaa138e4db63c3a9c673e75 Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Mon, 18 Oct 2021 14:10:39 +0100
Subject: [PATCH] fix typos

---
 binarycpython/utils/functions.py         | 2 +-
 binarycpython/utils/spacing_functions.py | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py
index 8d7e27161..b46b12ec1 100644
--- a/binarycpython/utils/functions.py
+++ b/binarycpython/utils/functions.py
@@ -1776,7 +1776,7 @@ def merge_dicts(dict_1: dict, dict_2: dict) -> dict:
     """
 
     # Set up new dict
-    new_dict = collectsions.OrderedDict()  # TODO: check if this still necessary
+    new_dict = collections.OrderedDict()  # TODO: check if this still necessary
 
     #
     keys_1 = dict_1.keys()
diff --git a/binarycpython/utils/spacing_functions.py b/binarycpython/utils/spacing_functions.py
index bbc32abbe..bfa8dc61f 100644
--- a/binarycpython/utils/spacing_functions.py
+++ b/binarycpython/utils/spacing_functions.py
@@ -197,7 +197,8 @@ def const_dt(self,
     lifetime_population.set(
         do_dry_run = False,
         num_cores = self.grid_options['num_cores'],
-        max_stellar_type_1=10
+        max_stellar_type_1=10,
+        save_ensemble_chunks=False,
         )
 
     # make a grid in M1
-- 
GitLab