Skip to content
Snippets Groups Projects

Spherical plots

Merged Theo Steininger requested to merge spherical_plots into master
Files
22
@@ -29,9 +29,7 @@ __all__ = ['dependency_injector', 'nifty_configuration']
dependency_injector = keepers.DependencyInjector(
[('mpi4py.MPI', 'MPI'),
'pyHealpix',
'plotly',
'pylab',
'healpy'])
'plotly'])
dependency_injector.register('pyfftw', lambda z: hasattr(z, 'FFTW_MPI'))
Loading