Skip to content

Commit

Permalink
disable mpi in lenstools.view
Browse files Browse the repository at this point in the history
  • Loading branch information
apetri committed Nov 2, 2016
1 parent 89d6c11 commit f1b97ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/lenstools.view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import sys,os,glob
import code
import argparse

sys.modules["mpi4py"] = None

#LensTools
from lenstools.image.convergence import Spin0
from lenstools.image.shear import Spin1
Expand Down

0 comments on commit f1b97ff

Please sign in to comment.