yt_analysis is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

yt_analysis / yt http://yt-project.org/

yt is a python package for analyzing and visualizing astrophysical simulation output from a couple simulation platforms. Check out the homepage (there's a link just above!) where we have documentation, a cookbook, and some user community information.

Clone this repository (size: 41.6 MB): HTTPS / SSH
hg clone https://bitbucket.org/yt_analysis/yt
hg clone ssh://hg@bitbucket.org/yt_analysis/yt

Commit a5267c2eb1d0 Raw commit »

commit
a5267c2eb1d0
parent
07780c9b1b42
branch
yt-object-serialization

[svn r1045] Fixed some (grid.id-1) -> (grid.id-grid._id_offset) problems.

Sped up extracting regions by a LOT by using array_split rather than manually
splitting after doing wheres and indices and all that. It passes the tests,
and furthermore gives identical results to the previous iteration, and is
faster by like a factor of a two hundred.

Comments

    Log in to comment »

    File Lines added Lines removed
    yt/lagos/BaseDataTypes.py 20 14