fix: decompose and example fixes#772
fix: decompose and example fixes#772AngeloDanducci wants to merge 4 commits intogenerative-computing:mainfrom
Conversation
|
The PR description has been updated. Please fill out the template for your PR to be reviewed. |
|
@csbobby let me know your input on the templating / pipeline / constraint changes. |
|
Hi Several changes are relevant to the #770, so maybe we can process this after it is merged. The generated tmp files under the docs/examples/m_decompose/python/* could be removed. |
| # Split the input into sentences using regular expressions | ||
| sentences = re.split("[.!?]", input) | ||
|
|
||
| # The first sentence should be the introduction |
There was a problem hiding this comment.
it's just checking the sentence has punctuation - could add comments syaing it's a simplification or ideally make stronger? but if generated - and we remove, not relevant?
There was a problem hiding this comment.
As an example I think this is relevant as this is now part of the generated output.
|
Will open a different PR now that the other changes have been merged. |
Misc PR
Type of PR
Description
Fixes fix: decompose pipeline KeyError when constraint strings don't exactly match between stages #755
Testing