Skip to content

Commit

Permalink
allows clippy excessive precision for testing floats in softmax_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubSchwenkbeck committed Dec 4, 2024
1 parent 8214d17 commit 591bf2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/softmax_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::excessive_precision)]

use ndarray::{array, Array, Array1, Array2, Ix1};
use Transformer::math::softmax::{softmax_matrix, softmax_vector};

Expand Down

0 comments on commit 591bf2d

Please sign in to comment.