All Pastes
Paste #2355, pasted on May 8, 2012 10:14:17 AM
from yt.mods import * base_dirs = dict( j016 = "/lustre/ki/pfs/mturk/bfield", j032 = "/lustre/ki/pfs/mturk/bfield_j32", ...
Paste #2354, pasted on May 8, 2012 10:09:22 AM
ki-viz03:/afs/../mhd_popiii_paper2 [10:07]$ python test.py --paste-detailed yt : [INFO ] 2012-05-08 10:07:20,452 Loading plugins from /u/ki/jsoishi/.yt/yt_plugins.py yt : [INFO ] 2012-05-08 10:07:20,465 Parameters: current_time = 8.65427717963 yt : [INFO ] 2012-05-08 10:07:20,465 Parameters: domain_dimensions = [128 128 128] yt : [INFO ] 2012-05-08 10:07:20,465 Parameters: domain_left_edge = [ 0. 0. 0.] ...
Paste #2353, pasted on May 8, 2012 10:02:54 AM
from yt.mods import * pfn = "/lustre/ki/pfs/mturk/bfield_j64/DD0086/DD0086" pf = load(pfn) ...
Paste #2352, pasted on May 7, 2012 7:30:08 PM
from yt.mods import * import cPickle pf = load("DD0252/DD0252") dd = pf.h.all_data() ...
Paste #2351, pasted on May 7, 2012 3:48:17 PM
diff -r a9d337474d85 yt/utilities/parallel_tools/parallel_analysis_interface.py --- a/yt/utilities/parallel_tools/parallel_analysis_interface.py Mon May 07 14:30:27 2012 -0600 +++ b/yt/utilities/parallel_tools/parallel_analysis_interface.py Mon May 07 16:47:34 2012 -0600 @@ -320,7 +320,7 @@ result = None ...Paste #2350, pasted on May 7, 2012 2:49:08 PM
from yt.mods import * from time import time #pf = load("your_input_file") W = 1.3*na.sqrt(2) # Width ...
Paste #2349, pasted on May 7, 2012 9:55:20 AM
from yt.mods import * # set up our namespace import matplotlib.colorbar as cb files = ["/scratch/01112/tg803911/halo88_therm_feed_3.7e-6_LW_RadiationShield_lmax12_star_vel_not_tiny/DD0018/output_0018", "/scratch/01112/tg803911/halo88_therm_feed_0_LW_RadiationShield_lmax12_star_vel_not_tiny_lim_metallicity/DD0018/output_0018", ...Paste #2348, pasted on May 4, 2012 5:33:18 PM
(yt-x86_64)ngoldbau@pfe9:/nobackup/ngoldbau/quad_test> ~/family_tree/family_tree -na RD0035/RD0035 ################################################################### Total Grids: 383728 Total Cells: 5.40e+08 (814.22^3) Total Particles: 1.34e+08 (512.00^3) ...
Paste #2347, pasted on May 4, 2012 2:47:23 AM
# -*- coding: utf-8 -*- def str_to_uni(s): if isinstance(s, str): return unicode(s, "utf-8") ...
Paste #2346, pasted on May 3, 2012 10:53:21 PM
2012-04-19 12:40:40 ERROR : ERROR: syntax error at or near "'Transactions'" LINE 1: select * from 'Transactions' where 'GatewayId'=17 and 'Partn... ^ 2012-04-19 12:40:50 ERROR : ERROR: syntax error at or near "from" LINE 1: select all from 'Transactions' where 'GatewayId'=17 and 'Par... ...