Commit e91e16f
authored
* Changed n_features_ for n_features_in_
* Added dependencies
* Add name and description to project toml
* Added versioneer to project toml
* Wrote full project toml
* Revert "Wrote full project toml"
This reverts commit b7a7ae0.
* Revert "Added versioneer to project toml"
This reverts commit efc47b8.
* Revert "Add name and description to project toml"
This reverts commit a769556.
* Revert "Added dependencies"
This reverts commit 70aca9b.
* Found where we had the versions outside of the project toml.
Leaving the project.toml editing for another PR
* Fixed package publishing action
* Trigger tests
* Ran pre-commit
* Update max-line-length to make black happy
* Fixed the style errors
It looks like running `black .` didn't pick up the errors but `flake8 --select BLK` did.
Using `python -m black .` fixed the style errors.
1 parent 70aa234 commit e91e16f
5 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
401 | 402 | | |
402 | 403 | | |
403 | 404 | | |
404 | | - | |
| 405 | + | |
405 | 406 | | |
406 | 407 | | |
407 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
0 commit comments