Skip to content

Fix the peridnum variable #3

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

Closed
wants to merge 2 commits into from
Closed

Fix the peridnum variable #3

wants to merge 2 commits into from

Conversation

Rambatino
Copy link

The PERIDNUM variable looks like: 7600950111139642000000

This is too big to fit into a 64bit integer. Therefore, to make it work I've opted to ignore the errors which makes it stay as a string.

@matt-saenz
Copy link
Owner

Hi @Rambatino, thanks for the PR! Setting errors to "ignore" makes sense to me. Since you forked I added a lint and test workflow (something I had previously only been running locally). If you could sync your fork I think that should prompt it to run (or at least, prompt me to approve it to run).

@matt-saenz
Copy link
Owner

Hey I had some time so I went ahead and made the small change and added an accompanying test. (Also added an explanatory comment and linked to this PR for reference.) Going to go ahead and close this PR. Thanks again for raising and let me know if you have any further thoughts.

@matt-saenz matt-saenz closed this Oct 6, 2023
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

Successfully merging this pull request may close these issues.

2 participants