File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 32
32
pre-commit run --all-files --color=always
33
33
build :
34
34
name : Python ${{ matrix.python-version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
35
- # Temporary fix for pre-commit
36
- # needs: pre-commit
35
+ needs : pre-commit
37
36
runs-on : ${{ matrix.os }}
38
37
strategy :
39
38
fail-fast : false
Original file line number Diff line number Diff line change @@ -320,10 +320,6 @@ sp.solver_model(
320
320
)
321
321
```
322
322
323
- [ ^ 1 ] : requires a strictly postive ` y_true ` and ` y_pred ` array
324
-
325
- [ ^ 2 ] : requires ` sklearn >= 1.1.2 `
326
-
327
323
[ 1 ] : https://en.wikipedia.org/wiki/Goodness_of_fit
328
324
[ 2 ] : https://lmfit.github.io/lmfit-py/fitting.html?highlight=goodness
329
325
[ 3 ] : https://en.wikipedia.org/wiki/Chi-squared_test
@@ -363,3 +359,9 @@ sp.solver_model(
363
359
[ 23] :
364
360
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
365
361
[ 24 ] : https://jupyter.org/
362
+
363
+ <!-- prettier-ignore -->
364
+ [ ^ 1 ] : requires a strictly positive ` y_true ` and ` y_pred ` array
365
+
366
+ <!-- prettier-ignore -->
367
+ [ ^ 2 ] : requires ` sklearn >= 1.1.2 `
You can’t perform that action at this time.
0 commit comments