-
Notifications
You must be signed in to change notification settings - Fork 0
Handle inline math equations #8
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
base: main
Are you sure you want to change the base?
Conversation
deven367
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @nasaul, can we also update the failing test here itself? And, since the inheritence logic was updated as well, can we include tests for classes BottomUp, TopDown in hierarchicalforecast?
|
Already updated the testing @deven367 |
| The corresponding hierarchical "projection" matrix is defined as: | ||
| $$ | ||
| \\\\mathbf{P}_{\\\\text{BU}} = \\[\\\\mathbf{0}_{\\\\mathrm{[b],[a]}};|;\\\\mathbf{I}\\_{\\\\mathrm{[b][b]}}\\] | ||
| \\mathbf{P}_{\\text{BU}} = \[\\mathbf{0}_{\\mathrm{[b],[a]}};|;\\mathbf{I}\_{\\mathrm{[b][b]}}\] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit strange. This will not render correctly! For pure latex blocks, we need \ instead of \\, any ideas on how to handle it? was it handled correctly before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this will not render correctly. The solution is to use the ```math code block syntax as in the alternative solution in here. However I think that first, we need to update the documentation of hierarchicalforecast and then we update the test suite of `mkdocstrings-parser`
Uh oh!
There was an error while loading. Please reload this page.