Skip to content

Commit

Permalink
test: fix test fixture generation and update meta data
Browse files Browse the repository at this point in the history
PR-URL: 	stdlib-js#2123
Ref: stdlib-js#2120 (comment)
Ref: stdlib-js#2120 (comment)
Reviewed-by: Athan Reines <kgryte@gmail.com>
  • Loading branch information
gunjjoshi authored Apr 5, 2024
1 parent 675ca1f commit 9c493c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"mathematics",
"math",
"asec",
"hyperbolic",
"inverse",
"cosine",
"cos",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ julia> gen( x, \"data.json\" );
"""
function gen( domain, name )
x = collect( domain );
y = acos.( 1.0 ./ x );
y = asec.( x );

# Store data to be written to file as a collection:
data = Dict([
Expand Down

0 comments on commit 9c493c0

Please sign in to comment.