| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Coverage Report
The above coverage report was generated for the changes in this PR. |
Sorry, something went wrong.
|
I am encountering an issue while running the JavaScript benchmark command for the CDF of a normal distribution.
A similar issue also occurs when running the JavaScript benchmark for the CDF of an arcsine distribution which was the reference PR for the current PR feat: add C implementation for arcsine CDF #3354 Can you please help me resolve this? |
Sorry, something went wrong.
|
@manvith2003 What is the issue? Can you provide a screenshot? One thing is that you need to have first compiled the package's native add-on before you can run the benchmarks. |
Sorry, something went wrong.
|
Sorry for the confusion, the command in the issues is incorrect since it uses a hard-coded path from my system. The correct command is make benchmark-javascript-files FILES="$(pwd)/lib/node_modules/@stdlib/stats/base/dists/normal/cdf/benchmark/benchmark.native.js" so that it uses your current working directory (via pwd). I will be looking into updating the issues with the correct command. Updated: I (Athan) updated this comment and the suggested command to fix a typo. |
Sorry, something went wrong.
|
After the running the new command also encountering same issue |
Sorry, something went wrong.
|
@manvith2003 That is because @Planeshifter's suggestion is still incorrect. From the root project directory, make benchmark-javascript-files FILES="$(pwd)/lib/node_modules/@stdlib/stats/base/dists/normal/cdf/benchmark/benchmark.native.js"I suggest studying the other suggested commands next time and seeing what is different. You likely could have deduced the above by examining the paths and seeing what is different from what you were attempting to run. |
Sorry, something went wrong.
|
Noted, I’ll review more carefully next time. Thanks! |
Sorry, something went wrong.
|
/stdlib update-copyright-years |
Sorry, something went wrong.
|
/stdlib merge |
Sorry, something went wrong.
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
There was a problem hiding this comment.
Thanks, @manvith2003!
Sorry, something went wrong.
PR Commit Messagefeat: add C implementation for `stats/base/dists/normal/cdf`
PR-URL: https://github.com/stdlib-js/stdlib/pull/3911
Ref: https://github.com/stdlib-js/stdlib/issues/3771
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Co-authored-by: stdlib-bot <noreply@stdlib.io>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Please review the above commit message and make any necessary adjustments. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves ##3771
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers