-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
switch to black formatting #1398
Conversation
I'll wait for #1397 before merging since the formatting changes may make the merge more difficult otherwise |
…o ci_black # Conflicts: # avalanche/benchmarks/scenarios/new_classes/nc_scenario.py # avalanche/benchmarks/utils/data.py # avalanche/benchmarks/utils/data_loader.py # avalanche/benchmarks/utils/flat_data.py # avalanche/evaluation/metrics/cumulative_accuracies.py # avalanche/training/plugins/gem.py # avalanche/training/supervised/supervised_contrastive_replay.py # avalanche/training/templates/observation_type/batch_observation.py # avalanche/training/templates/update_type/sgd_update.py # avalanche/training/utils.py
Oh no! It seems there are some PEP8 errors! 😕
|
Oh no! It seems there are some PEP8 errors! 😕
|
…o ci_black # Conflicts: # tests/benchmarks/test_replay_loader.py
Oh no! It seems there are some PEP8 errors! 😕
|
Oh no! It seems there are some PEP8 errors! 😕
|
Added github action for black.
Black is easier to use because it fixes the formatting for you.
closes #1327