Skip to content

Commit

Permalink
feat: expose State
Browse files Browse the repository at this point in the history
  • Loading branch information
piercus committed Sep 23, 2020
1 parent d9e6e66 commit fedfbc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
registerDynamic: modelCollection.registerDynamic,
KalmanFilter: require('./lib/kalman-filter'),
registerObservation: modelCollection.registerObservation,
getCovariance: require('./lib/utils/get-covariance')
getCovariance: require('./lib/utils/get-covariance'),
State: require('./lib/state')
};
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"url": "git+https://github.com/piercus/kalman-filter.git"
},
"release": {
"branches": ["master"]
"branches": [
"master"
]
},
"keywords": [
"kalman",
Expand Down

0 comments on commit fedfbc6

Please sign in to comment.