Skip to content

Commit

Permalink
More fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmyrberg committed Dec 14, 2020
1 parent 90784b3 commit 04163d4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ X_nc = aakr.predict(X_obs)

## References

* [MTM algorithm by Martello and Toth](http://people.sc.fsu.edu/~jburkardt/f77_src/knapsack/knapsack.f) (Fortran)
* [A modified Auto Associative Kernel Regression method for robust signal reconstruction in nuclear power plant components](https://www.researchgate.net/publication/292538769_A_modified_Auto_Associative_Kernel_Regression_method_for_robust_signal_reconstruction_in_nuclear_power_plant_components)

---
Expand Down
6 changes: 0 additions & 6 deletions Untitled.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1dev1
0.0.1dev2
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest>=5.4.2
pytest==5.4.2
twine==3.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
'matplotlib'
]
}
)
)

0 comments on commit 04163d4

Please sign in to comment.