Skip to content

Fix pintk bug: random models with jumps fails#1986

Open
dlakaplan wants to merge 1 commit intonanograv:masterfrom
dlakaplan:pintk-bugs
Open

Fix pintk bug: random models with jumps fails#1986
dlakaplan wants to merge 1 commit intonanograv:masterfrom
dlakaplan:pintk-bugs

Conversation

@dlakaplan
Copy link
Copy Markdown
Contributor

When I was trying to use random models in PINTk with a model that had jumps, it failed in an obscure way involving a table merge. Somehow the TOA tables got an additional "f" column added as part of the conversion from the JUMP model which just reflected the "-f" flag. But then the "f" columns had a type mismatch between the real + random TOAs, and that broke things.

I still don't really understand why the column gets added. But this seems to deal with it in a way that hopefully doesn't break anything else. If somebody understands the origin of this column let me know. It's also possible to just restrict this fix to only the PINTk code, so it would have minimal other interactions.

@dlakaplan
Copy link
Copy Markdown
Contributor Author

@scottransom @abhisrkckl @paulray : I think this one is minor otherwise

@dlakaplan dlakaplan added bug fix Bug fixing pull request minor A minor PR that doesn't need a lot of thought labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix Bug fixing pull request minor A minor PR that doesn't need a lot of thought

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant