Sam Crawford
Sam Crawford
Actually, my idea for the workaround won't work without adding a new "secondary" `outputs` field to `SystemInformation` for examples with outputs that don't have references, which seems like a big...
I was able to implement the changes suggested by @smiths in #3610, but changing the `outputs` field in its `SystemInformation` to be these IMs in my [`genOutReqAddSource`](https://github.com/JacquesCarette/Drasil/tree/genOutReqAddSource) branch led to...
The change in #3610 doesn't break the generated code, since the outputs of the system are independent of the IM outputs (at least currently). The change I made for generating...
Looking into the code for DblPend, I think we'd want to make the generated code look like this to capture both $\theta_1$ and $\theta_2$ (does this look right @cd155 and...
Building the infrastructure to capture the "expected" values more consistently (I'm not really sure how this is done now), as well as the ability to generate `assert` statements (and their...
In a previous version of this implementation (without the [Oxford comma](https://en.wikipedia.org/wiki/Serial_comma)), I noticed that there was an extra space before the "and" (e.g., `item and` instead of `item and`); the...
Sorry for the delay on this! This issue can be found on the following line: https://github.com/JacquesCarette/Drasil/blob/d5afe5c61d5fac443a5eac96fef5856bf07454e8/code/stable/projectile/SRS/JSON/Projectile_SRS.ipynb#L174 My guess is that this issue occurs throughout all generated Jupyter notebook files whenever...
You're right that the issue is with the code that determines how this is generated. I'm not sure where that code would be; figuring that out is part of this...
My guess is that this is an issue with how lists of references are rendered when generated code and not specific to the Data Definitions section. Don't know where that...
Also worth noting that the original issue was with underscores - should they be consider "invalid" characters?