-
Notifications
You must be signed in to change notification settings - Fork 50
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
[BLOG] Add hypothesis-array-api #661
base: develop
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a = cumulative_sums(x) | ||
> assert nxp.all(a[1:] >= a[:-1]) | ||
E assert Array(False, dtype=bool) | ||
E + where Array(False, dtype=bool) = <function all at 0x7f2d48cc2430>(Array([ 52, 78, 104, 130, 156, 182, 208, 234, 4], dtype=uint8) >= Array([ 26, 52, 78, 104, 130, 156, 182, 208, 234], dtype=uint8)) |
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.
I'm getting the Vercel build error: error [Error: [next-mdx-remote] error compiling MDX:
Full error message:
Unexpected character `0` (U+0030) after attribute name,
expected a character that can start an attribute name, such as
a letter, `$`, or `_`; `=` to initialize a value; or the end of the tag
316 | > assert nxp.all(a[1:] >= a[:-1])
317 | E assert Array(False, dtype=bool)
> 318 | E + where Array(False, dtype=bool) = <function all at 0x7f2d48cc2430>(Array([ 52, 78, 104, 130, 156, 182, 208, 234, 4], dtype=uint8) >= Array([ 26, 52, 78, 104, 130, 156, 182, 208, 234], dtype=uint8))
| ^
319 | E + where <function all at 0x7f2d48cc2430> = nxp.all
320 |
The context is showing the result of some code. Link to this section in the old blog website.
Similar problem to #647: output of code blocks formatted as plain text, not in code blocks, causing problems to Vercel
Link to blog post, successful build.
Links to other Quansight blogs:
There is no need to check for Blog2Blog links due to updated website build.
Text styling
Non-text contents