Skip to content

Commit

Permalink
Add comment to test
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkkruglov committed Sep 5, 2024
1 parent 6339b30 commit 9c9edcd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ def test_incremental_pca_partial_fit_spmd_random(
from sklearnex.preview.decomposition import IncrementalPCA
from sklearnex.spmd.decomposition import IncrementalPCA as IncrementalPCA_SPMD

# Increased test dataset size requires a higher tol setting in comparison to other tests

tol = 3e-4 if dtype == np.float32 else 1e-7

# Create data and process into dpt
Expand Down

0 comments on commit 9c9edcd

Please sign in to comment.