-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to pypact analysis wiki #18
Comments
Wiki or README? |
Just on the Wiki, I've not tried the example files. It's in the following section: |
Plotting This example script is based on that in the package at 'pypact/examples/plotnuclideheat.py'. Note that this is an example only and is to show how pypact can be used to help perform certain analyses. import re import pypact as pp filename = os.path.join(os.path.dirname(os.path.abspath(file)), tz = ppa.TimeZone.COOL |
Stale issue message |
pypact.analysis has had attribute names changed, from getallisotopes() to get_all_isotopes(), and findZ() to find_z().
Wiki examples use old method names.
The text was updated successfully, but these errors were encountered: