@sjcrh/proteinpaint-rust 2.145.1 → 2.145.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/wilcoxon.rs +0 -1
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.145.1",
2
+ "version": "2.145.2",
3
3
  "name": "@sjcrh/proteinpaint-rust",
4
4
  "type": "module",
5
5
  "description": "Rust-based utilities for proteinpaint",
package/src/wilcoxon.rs CHANGED
@@ -37,7 +37,6 @@ This wilcoxon test implementation aims to copy the methodology used in R's wilco
37
37
  # pvalue: p-value of test
38
38
  # }]
39
39
 
40
-
41
40
  ########
42
41
  # Code #
43
42
  ########