-
-
Notifications
You must be signed in to change notification settings - Fork 804
chore: minor clean-up of math/base/special/acsc
#1298
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
Conversation
Not sure how can I run benchmarks and tests, I followed previous commands like % make benchmark-c BENCHMARKS_FILTER=.*/math/base/special/acsc/.*
zsh: no matches found: BENCHMARKS_FILTER=.*/math/base/special/acsc/.* % make examples-c EXAMPLES_FILTER=.*/math/base/special/acsc.*
zsh: no matches found: EXAMPLES_FILTER=.*/math/base/special/acsc/.* How may I run javascript tests? |
should work. |
lib/node_modules/@stdlib/math/base/special/acsc/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acsc/include/stdlib/math/base/special/acsc.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acsc/test/test.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/math/base/special/acsc/test/test.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
@Pranavchiku I am not sure why those commands are not working for you. Can you trying surrounding the filter in quotes?
|
@Pranavchiku This is looking good. Thanks for working on this. The builtin C benchmark can be removed as |
@stdlib/math/base/special/acsc
math/base/special/acsc
@Pranavchiku Are you interested in working to get this PR over the finish line? |
I am afraid I will not be able to do it atm. I am fine if anyone else pick it up or if it is not a blocker I can look it up later at end of June. |
Signed-off-by: Philipp Burckhardt <[email protected]>
math/base/special/acsc
math/base/special/acsc
We already merged a PR for the C implementation . Merged latest changes from |
Resolves #859.
Checklist
Feels good to be back :)