Skip to content
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

python environment only doing PRISM #1

Closed
matkraj opened this issue Oct 2, 2017 · 1 comment
Closed

python environment only doing PRISM #1

matkraj opened this issue Oct 2, 2017 · 1 comment

Comments

@matkraj
Copy link

matkraj commented Oct 2, 2017

Hi, when I try to run the simulation in python (jupyter-ntb), only prism algorithm works - it seems the code does not register tag meta.algorithm = 'multislice'

Is it hard coded here?

if (std::string(algorithm) == "multislice"){
} else {
meta.algorithm = Prismatic::Algorithm::PRISM;
}

and
meta.algorithm = Prismatic::Algorithm::PRISM;

@apryor6
Copy link
Collaborator

apryor6 commented Oct 2, 2017

Good catch, looks like some kind of accidental cut/paste error. I fixed this in the latest commit and reuploaded to PyPi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants