Browse Source

python generated test data for C++ tests

Konstantin Ladutenko 4 years ago
parent
commit
712253375c
1 changed files with 1 additions and 1 deletions
  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'