You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@HP-Z8-G4-Workstation:~/cuFHE-master/cufhe/python$ python test_circuits_gpu.py Traceback (most recent call last): File "test_circuits_gpu.py", line 23, in <module> import lib.fhe_gpu as fhe File "/home/user/cuFHE-master/cufhe/python/lib/fhe_gpu.py", line 59 fhe.Encrypt(ctxt.ctxt_, ptxt, prikey) ^ TabError: inconsistent use of tabs and spaces in indentation
#16
Open
bpradeep508 opened this issue
Mar 8, 2020
· 1 comment
The code formatting issue arises from inconsistent indentation styles, specifically the mixed use of tabs and spaces. To resolve this, it's essential to unify the indentation style across the entire codebase. It is recommended to use 4 spaces for indentation, as per standard conventions.
No description provided.
The text was updated successfully, but these errors were encountered: