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

[MINOR] Adding decision tree to cleaning pipelines evaluation #1881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Shafaq-Siddiqi
Copy link
Contributor

@Shafaq-Siddiqi Shafaq-Siddiqi commented Aug 9, 2023

Please do not merge as this PR require some cleanups.

Copy link
Contributor

@Baunsgaard Baunsgaard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Shafaq-Siddiqi

I think the error is in the Python parsers. that is not robust for all kinds of syntax of the function definitions.

@@ -32,10 +32,10 @@
# indexes indexes
# ----------------------------------------------------------------------------------------

m_vectorToCsv = function(Matrix[Double] mask)
m_vectorToCsv = function(Matrix[Double] mask = as.matrix(0), Integer n=1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the error is here, or rather the parsers we have in Python does not like this syntax.

@Shafaq-Siddiqi
Copy link
Contributor Author

Hi @Shafaq-Siddiqi

I think the error is in the Python parsers. that is not robust for all kinds of syntax of the function definitions.

yes, I have added a parameter to an existing function and now the Python parser is failing. I am cleaning the PR to get rid of that parameter and then hopefully everything would work.

@j143 j143 added this to the next-release milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants