diff options
| author | alex-sh <[email protected]> | 2022-02-10 16:50:03 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:03 +0300 |
| commit | 88ee78b1a163eaddee7e880ac73943456040fce0 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/linear_regression/ya.make | |
| parent | 3196904c9f5bf7aff7374eeadcb0671589581f61 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/linear_regression/ya.make')
| -rw-r--r-- | library/cpp/linear_regression/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/linear_regression/ya.make b/library/cpp/linear_regression/ya.make index 51d03f49490..4cfcc3d6736 100644 --- a/library/cpp/linear_regression/ya.make +++ b/library/cpp/linear_regression/ya.make @@ -1,15 +1,15 @@ -LIBRARY() - +LIBRARY() + OWNER(alex-sh) - -SRCS( - linear_regression.cpp - unimodal.cpp - welford.cpp -) - -PEERDIR( + +SRCS( + linear_regression.cpp + unimodal.cpp + welford.cpp +) + +PEERDIR( library/cpp/accurate_accumulate -) - -END() +) + +END() |
