You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
Hi,
I will need to read up on how to do that. I see that I need conda installed, which may take me a while. For now I guess that I can just use the corrected version in my local installation.
Best regards,
Dan Marlow
From: Abhimanyu Susobhanan ***@***.***>
Sent: Thursday, October 24, 2024 1:30 PM
To: nanograv/PINT ***@***.***>
Cc: Daniel R. Marlow ***@***.***>; Author ***@***.***>
Subject: Re: [nanograv/PINT] Missing end of line in polycos.tempo_polyco_table_writer() (Issue #1853)
Could you submit a pull request for this?
-
Reply to this email directly, view it on GitHub<#1853 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AG4KBCSLMGVXBM7SF7SASHLZ5EVBXAVCNFSM6AAAAABQPW25VCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZVHEYTKMZSG4>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
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")
The text was updated successfully, but these errors were encountered: