[yt-svn] commit/yt: brittonsmith: Fixing a couple more holdovers from when I had called

Bitbucket commits-noreply at bitbucket.org
Wed Jul 25 11:42:24 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/8ac534e9bdbf/
changeset:   8ac534e9bdbf
branch:      yt
user:        brittonsmith
date:        2012-07-25 20:42:15
summary:     Fixing a couple more holdovers from when I had called
cosmological_analysis cosmology.
affected #:  2 files

diff -r a9604d4dca3f054a67ea25479323748a6ff33c7d -r 8ac534e9bdbfd0bbd6b2589033086f5d572c9e47 yt/analysis_modules/cosmological_observation/light_ray/light_ray.py
--- a/yt/analysis_modules/cosmological_observation/light_ray/light_ray.py
+++ b/yt/analysis_modules/cosmological_observation/light_ray/light_ray.py
@@ -266,7 +266,7 @@
 
         from yt.mods import *
         from yt.analysis_modules.halo_profiler.api import *
-        from yt.analysis_modules.cosmology.light_ray.api import LightRay
+        from yt.analysis_modules.cosmological_analysis.light_ray.api import LightRay
 
         halo_profiler_kwargs = {'halo_list_file': 'HopAnalysis.out'}
 


diff -r a9604d4dca3f054a67ea25479323748a6ff33c7d -r 8ac534e9bdbfd0bbd6b2589033086f5d572c9e47 yt/analysis_modules/cosmological_observation/setup.py
--- a/yt/analysis_modules/cosmological_observation/setup.py
+++ b/yt/analysis_modules/cosmological_observation/setup.py
@@ -7,7 +7,7 @@
 
 def configuration(parent_package='', top_path=None):
     from numpy.distutils.misc_util import Configuration
-    config = Configuration('cosmology', parent_package, top_path)
+    config = Configuration('cosmological_observation', parent_package, top_path)
     config.make_config_py()  # installs __config__.py
     #config.make_svn_version_py()
     config.add_subpackage("light_cone")

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list