From fca6e70f6c459aa7351f99ce738fa96ddc255af1 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 19 Jun 2026 20:17:25 +0000 Subject: [PATCH] fix: rename test file in `stats/base/dists/invgamma/logpdf` Renames `test/test.nativs.js` to `test/test.native.js` to match the convention used by every other native-bound sibling in `@stdlib/stats/base/dists/invgamma` (10 of 12 packages, 83%) and by the broader `@stdlib/stats/base/dists/**` corpus. The previous filename was a single-character typo; the file itself is a standard `try-require` test of the package's native binding and is structurally identical to `stats/base/dists/invgamma/pdf/test/test.native.js`. No reference to the old filename exists anywhere in the repository. --- .../dists/invgamma/logpdf/test/{test.nativs.js => test.native.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/node_modules/@stdlib/stats/base/dists/invgamma/logpdf/test/{test.nativs.js => test.native.js} (100%) diff --git a/lib/node_modules/@stdlib/stats/base/dists/invgamma/logpdf/test/test.nativs.js b/lib/node_modules/@stdlib/stats/base/dists/invgamma/logpdf/test/test.native.js similarity index 100% rename from lib/node_modules/@stdlib/stats/base/dists/invgamma/logpdf/test/test.nativs.js rename to lib/node_modules/@stdlib/stats/base/dists/invgamma/logpdf/test/test.native.js