DSDE-204: Finalize the pyramid matching code#86
Conversation
|
Hola @EstebanMontandon ! I have adapted your matching code. Basically, I have:
Apart from that, I have touched a bit my code. Basically, I have made it so that you pass the logger through -- this way, we can call the method from whatever code and it will pass the logger... I am not sure what to do if no logger is passed through: I can either create a new logger, print the messages (this might be useful if running the function in a notebook) or do nothing (this is what I do now). We also need to discuss how the function is going to be called. From my side, honestly, I would leave it as a function: I think it is the easiest way to call it: you just call the function feeding it a pyramid + something to be matched and then it spits out the results -- and if you need to make it more concrete, you can. On top of that, I would put it on the toolbox + add a readme. The readme should include how to run the function teoretically + some examples. I think with this, the function should be usable enough. Tell me what you think. In my head, before shipping this off, we need to:
Sorry for the long text -- I am available for a call if you think it will be more useful. |
|
Excellent. I’ll take some time to review the functionality again in the next sprint, where we can discuss potential changes and design improvements. For now, we can merge and check in future iterations. Thoughts & next steps , I think we should:
I think we are in the way to produce some quality stuff here! we just need to continue iterating :p |
Esteban's efforts to make a Class into the Pyramid matching.
Leaving as a Draft PR, since it is not yet ready to be merged and available to users.