docs: improve doctests for ndarray instances in stats/maxsorted#9385
docs: improve doctests for ndarray instances in stats/maxsorted#9385kgryte merged 2 commits intostdlib-js:developfrom
stats/maxsorted#9385Conversation
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
Signed-off-by: Athan <kgryte@gmail.com>
shouldnt i make the changes ? |
|
@shiavm006 They've already been made. :) |
thanks i didnt checked them out sorry |
|
Thank you for your contribution and congratulations on your first PR! |
thanks |
could u suggest me some more issues on which i can work on ? |
Resolves a part of #9329 .
Description
stats/maxsortedpackage by replacing verbose decomposition logic (using.get()method andndarray2array()function) with the new concise ndarray instance notation<ndarray>[ ... ]ndarray2arrayimports from documentation examplesChecklist
AI Assistance
@stdlib-js/reviewers