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

Missing end of line in polycos.tempo_polyco_table_writer() #1853

Open
marlow511 opened this issue Oct 23, 2024 · 2 comments
Open

Missing end of line in polycos.tempo_polyco_table_writer() #1853

marlow511 opened this issue Oct 23, 2024 · 2 comments

Comments

@marlow511
Copy link

There should be a "\n" at the end of coeff_block. In other words, line 466
should be changed from
f.write(line1 + line2 + coeff_block)
to
f.write(line1 + line2 + coeff_block + "\n")

@abhisrkckl
Copy link
Contributor

Could you submit a pull request for this?

@marlow511
Copy link
Author

marlow511 commented Oct 24, 2024 via email

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