PathwayAndDataAnalysis / Finkle-PHYS-479

GNU Lesser General Public License v2.1
0 stars 1 forks source link

Bug in test.py #14

Closed nurith closed 2 years ago

nurith commented 2 years ago

Line 133, path variable is not defined. You gave it another name - path_file or something.

AdamFinkleUMB commented 2 years ago

Bug fixed! The program runs now.

ozgunbabur commented 2 years ago

test.py gives me the below error:

File "/home/ozgunbabur/Code/Finkle-PHYS-479/test.py", line 270 print("\nMost Significant P Values Test\n") most_significant_p_values_test() ^ SyntaxError: invalid syntax

AdamFinkleUMB commented 2 years ago

Fixed it!