Skip to content

Conversation

@TimTheHero
Copy link
Collaborator

fix different warnings across the project.

change nested loop to buildin operation to make the code more readable and faster
- added iterator in custom dataset to fix iterator error in test_Custom_Dataset.py
-typo fix
-shadow buildin names
-remove unnecessary enumerate
-remove unnecessary variables
-make function staic
-change shadow build-in name
-remove capital in import
- fix variable names
- fix Global variable 'current_parent' is undefined at the module level warning
- fix used before assigned warning
- fix GATConv is not declared in __all__
fix global_mean_pool is not declared in __all__
- fiy assigned before init warning
- fix shadow build in warning
- fix typo
-now training.py should run again as intended. Broke it accidentally, but know it should be working as intended
- removed unnessesary comment
@TimTheHero TimTheHero merged commit ad7d9b5 into main Dec 6, 2024
5 of 13 checks passed
@TimTheHero TimTheHero deleted the fix_warnings branch December 6, 2024 11:07
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

Successfully merging this pull request may close these issues.

2 participants