From ca85ae7537f61dfb91a63b484b3a030f6855655c Mon Sep 17 00:00:00 2001 From: Ultima <theo.steininger@ultimanet.de> Date: Mon, 16 Nov 2015 15:14:06 +0100 Subject: [PATCH] Fixed it now... --- nifty_power_indices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifty_power_indices.py b/nifty_power_indices.py index 10404793e..01682124c 100644 --- a/nifty_power_indices.py +++ b/nifty_power_indices.py @@ -8,7 +8,7 @@ from nifty.nifty_mpi_data import distributed_data_object,\ STRATEGIES as DISTRIBUTION_STRATEGIES MPI = gdi[gc['mpi_module']] -hp = gdi.get['healpy'] +hp = gdi.get('healpy') class power_indices(object): -- GitLab