-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
While going through the process of implementing CI and adding the pre-commit hooks there were some files that had local variables assigned but never used:
CodeEntropy/poseidon/analysis/EECalculation.pyCodeEntropy/poseidon/analysis/EntropyFunctions.pyCodeEntropy/poseidon/extractData/generalFunctions.pyCodeEntropy/poseidon/extractData/readFiles.pyExample/create_new_universe.py
For now I have used extend_ignore code F841 within pyproject.toml to ignore these undefined variable names as at present I'm unsure if this is complete code. In order to keep with standard practice there should be no local variable that is assigned and never used, if they are no longer relevant they should be removed if not they should be used.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working