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

fixes triangulation CLI #47

Merged
merged 1 commit into from
Jun 12, 2024
Merged

fixes triangulation CLI #47

merged 1 commit into from
Jun 12, 2024

Conversation

ericleonardis
Copy link
Contributor

The filename fname parameter in the triangulate CLI is being passed in the wrong position leading to it being interpreted as a boolean value. This was leading to the triangulation generating an error like in issue #40 which says "TypeError: object of type 'bool' has no len()." Now that the arguments are being fed in correctly the CLI no longer has this error.

@sean-afshar sean-afshar merged commit c8f952e into main Jun 12, 2024
2 of 3 checks passed
@sean-afshar sean-afshar deleted the eric/triangulate-fix branch June 12, 2024 19:23
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