Skip to content

Commit

Permalink
[TESTS] fix number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leondavi committed May 12, 2023
1 parent 3a40718 commit 1b5f79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_erl/erlBridge/nerlTests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ nerltest_print(String) ->
logger:notice(?NERLTEST_PRINT_STR++String).

% encode_decode test macros
-define(DIMX_RAND_MAX, 2).
-define(DIMY_RAND_MAX, 2).
-define(DIMX_RAND_MAX, 200).
-define(DIMY_RAND_MAX, 200).
-define(SUM_NIF_ROUNDS, 100).
-define(ENCODE_DECODE_ROUNDS, 100).
-define(NERLTENSOR_CONVERSION_ROUNDS, 50).
Expand Down

0 comments on commit 1b5f79e

Please sign in to comment.