From bf3b44405da87ec8e87c20b545e10bab0361143a Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Tue, 9 Feb 2021 11:28:27 +0100 Subject: [PATCH] Skip reading unused angle in nb zebra mode --- pyzebra/ccl_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzebra/ccl_io.py b/pyzebra/ccl_io.py index 834a27c..6deebfa 100644 --- a/pyzebra/ccl_io.py +++ b/pyzebra/ccl_io.py @@ -61,7 +61,7 @@ CCL_FIRST_LINE = (("idx", int), ("h", float), ("k", float), ("l", float)) CCL_ANGLES = { "bi": (("twotheta", float), ("omega", float), ("chi", float), ("phi", float)), - "nb": (("gamma", float), ("omega", float), ("nu", float), ("unkwn_angle", float)), + "nb": (("gamma", float), ("omega", float), ("nu", float)), } CCL_SECOND_LINE = (