We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filepath
1 parent 927131e commit 2c12d8cCopy full SHA for 2c12d8c
lib/node_modules/@stdlib/math/base/special/cosm1/test/fixtures/python/data.json
lib/node_modules/@stdlib/math/base/special/cosm1/test/fixtures/python/runner.py
@@ -53,7 +53,7 @@ def gen(x, name):
53
}
54
55
# Based on the script directory, create an output filepath:
56
- filepath = os.path.join(dir, name)
+ filepath = os.path.join(DIR, name)
57
58
# Write the data to the output filepath as JSON:
59
with open(filepath, "w", encoding="utf-8") as outfile:
0 commit comments