Ver código fonte

python generated test data for C++ tests

Konstantin Ladutenko 4 anos atrás
pai
commit
712253375c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/special-functions-test-generator.py

+ 1 - 1
tests/special-functions-test-generator.py

@@ -61,7 +61,7 @@ def D1(n,z):
 
 
 def main ():
-    mp.mp.dps = 15
+    mp.mp.dps = 30
     output_dps = 10
     elements_of_n_list = 15
     out_filename = 'test_spec_functions_data.h'