Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@bpradeep508
Copy link

No description provided.

@muyixi315
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants