Skip to content

Commit

Permalink
chore: update deps, rename test file, remove vitest config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Miranda committed Aug 15, 2023
1 parent 4bb11d6 commit 9f94114
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
},
"homepage": "https://github.com/mljs/regression-simple-linear#readme",
"devDependencies": {
"@vitest/coverage-v8": "^0.32.2",
"eslint": "^8.43.0",
"eslint-config-cheminfo-typescript": "^11.3.1",
"prettier": "^2.8.8",
"@vitest/coverage-v8": "^0.34.1",
"eslint": "^8.47.0",
"eslint-config-cheminfo-typescript": "^12.0.4",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"typescript": "^5.1.3",
"vitest": "^0.32.2"
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
"dependencies": {
"cheminfo-types": "^1.7.2",
"ml-regression-base": "^2.1.6"
"ml-regression-base": "^3.0.0"
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class SimpleLinearRegression extends BaseRegression {
}

/**
* Private function.
* Internal function.
* It determines the parameters (slope, intercept) of the line that best fit the `x,y` vector-data (simple linear regression).
* @param x - explanatory variable
* @param y - response variable
Expand Down
8 changes: 0 additions & 8 deletions vite.config.ts

This file was deleted.

0 comments on commit 9f94114

Please sign in to comment.