Skip to content

Commit

Permalink
remove old mlp test
Browse files Browse the repository at this point in the history
  • Loading branch information
syurkevi committed Sep 21, 2021
1 parent c8b0f93 commit c7121af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion afsklearn/preprocessing/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def _transform_col_af(self, X_col, quantiles, inverse):
ires0 = np.interp(X_col_finite, quantiles, self.references_)
# ires0_af = af.approx(X_col_finite, quantiles, self.references_)
ires0_af = interp1_af(X_col_finite_af, quantiles_af, references_af)
print(np.max(ires0_af.to_ndarray() - ires0))
#print(np.max(ires0_af.to_ndarray() - ires0))

X_col[isfinite_mask] = .5 * (
np.interp(X_col_finite, quantiles, self.references_)
Expand Down
32 changes: 0 additions & 32 deletions tests/test_mlp.py

This file was deleted.

0 comments on commit c7121af

Please sign in to comment.