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

Conversion Issue: sbang & comment #12

Open
ax3l opened this issue Oct 30, 2020 · 1 comment
Open

Conversion Issue: sbang & comment #12

ax3l opened this issue Oct 30, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@ax3l
Copy link

ax3l commented Oct 30, 2020

Hi,

thank you for sharing this tool!

I encounter issues when converting this script with its pre-amble: https://github.com/openPMD/openPMD-api/blob/0.12.0-alpha/examples/2_read_serial.py

The header of the script reads:

#!/usr/bin/env python
"""
This file is part of the ABC.

Copyright 2018-2020 Authors
Authors: Axel Huebl
License: LGPLv3+
"""
import numpy as np

Somehow the comment This file is part of the ABC. is interpreted as code and the first two cells look like this:

#!/usr/bin/env python
"""
This file is part of the ABC.
Copyright 2018-2020 Authors
Authors: Axel Huebl
License: LGPLv3+
"""
import numpy as np

Have you seen this problem before or do you have recommendations on this?

@remykarem remykarem added the bug Something isn't working label Nov 17, 2020
@remykarem
Copy link
Owner

Hi, thank you for pointing out this bug. I don't have the time to look into this now as I'm busy with school. However, we welcome pull requests from you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants