[yt-svn] commit/cookbook: MatthewTurk: Light ray docstring.

Bitbucket commits-noreply at bitbucket.org
Wed Dec 14 10:49:07 PST 2011


1 new commit in cookbook:


https://bitbucket.org/yt_analysis/cookbook/changeset/2fd16cca3ba3/
changeset:   2fd16cca3ba3
user:        MatthewTurk
date:        2011-12-14 19:35:58
summary:     Light ray docstring.
affected #:  2 files

diff -r 0c3750def986ad0f533fa0437cda13a456a5b1ee -r 2fd16cca3ba341c2158e1ca5fc034f41035f76c8 do_all.sh
--- a/do_all.sh
+++ b/do_all.sh
@@ -10,7 +10,7 @@
     cd images/${rname}
     cp -v ../../RD0005-mine/RedshiftOutput0005* .
     rm -f *.yt
-    python2.6 ${BASE}/recipes/${rname}.py
+    python2.7 ${BASE}/recipes/${rname}.py
     ls -1 |grep -v png |grep -v txt |xargs rm -v
     cd ${BASE}
 done


diff -r 0c3750def986ad0f533fa0437cda13a456a5b1ee -r 2fd16cca3ba341c2158e1ca5fc034f41035f76c8 recipes/make_light_ray.py
--- a/recipes/make_light_ray.py
+++ b/recipes/make_light_ray.py
@@ -1,3 +1,6 @@
+"""
+This is a recipe to make a light ray through a simulation.
+"""
 import os
 import sys

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

--

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