-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issue with PyKED? #120
Comments
Can you run this in Python in the terminal? |
I tried and it still didn't work. I'm going to try resetting my python and
see if that'll fix anything. Thanks.
…On Mon, Oct 22, 2018 at 6:17 PM Bryan W. Weber ***@***.***> wrote:
Can you run this in Python in the terminal?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApN8EiKFIBmmyq2pMzhPTZsSS5VBKW4aks5unkPlgaJpZM4X0J6H>
.
--
Benjamin R. Hoare
Northeastern University '22
B.S. Candidate, Combined Chemical Engineering & Biochemistry
[email protected]
781-254-6496
|
What version of Cerberus are you using? The only thing that will have changed in Python 3.7 is the introduction of the |
I realized that if I type "continue" in the input box it pulls up, the
files validate normally. I'm not sure why it started doing this now and not
before, but everything seems to function correctly by typing continue. I'm
also running version 1.1 of Cerberus.
…On Wed, Oct 24, 2018 at 3:18 PM Bryan W. Weber ***@***.***> wrote:
What version of Cerberus are you using? The only thing that will have
changed in Python 3.7 is the introduction of the breakpoint
<https://docs.python.org/3/library/functions.html#breakpoint> built-in
function, but that shouldn't be causing anything here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApN8EmGrJdHOl9ZV5PGc1q3mDE0_dUFkks5uoLzogaJpZM4X0J6H>
.
--
Benjamin R. Hoare
Northeastern University '22
B.S. Candidate, Combined Chemical Engineering & Biochemistry
[email protected]
781-254-6496
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
While trying to validate files, ChemKED doesn't run completely and prompts the same message, regardless of the file. Previously validated files do not run either. I've ensured that the path exists, and updated everything, but cannot make sense of the message. I'm not sure if its an error with the source code or an error with the files on my computer.
Code sample, preferably able to be copy-pasted and run with no changes
Same result occurs regardless of the code attempted to be validated.
Expected behavior
That ChemKED validates the file or provides the relevant error message.
Actual behavior, including any error messages.
ChemKED prompts input for (Pdb).
PyKED/ChemKED version: 4.1, Python version 3.7, OS version: Windows 10 Home, version 1803
The text was updated successfully, but these errors were encountered: