-
Notifications
You must be signed in to change notification settings - Fork 111
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
Fix vis block #528
Fix vis block #528
Conversation
[BOT] Great job! You have changed the docstring coverage from 27.00% to 27.06%, improving 0.065%. |
[BOT] Great job! You have changed the docstring coverage from 27.00% to 27.06%, improving 0.065%. |
Oh sh! I merge a similar PR to this one?? #529 |
# Conflicts: # metadrive/tests/vis_block/vis_in_ramp.py # metadrive/tests/vis_block/vis_intersection.py # metadrive/tests/vis_block/vis_out_ramp.py # metadrive/tests/vis_block/vis_roundabout.py # metadrive/tests/vis_block/vis_std_intersection.py # metadrive/tests/vis_block/vis_std_t_intersection.py # metadrive/tests/vis_block/vis_straight_block.py # metadrive/tests/vis_block/vis_t_intersection.py
[BOT] Great job! You have changed the docstring coverage from 27.26% to 27.32%, improving 0.065%. |
OK All fixed |
Shall I merge this PR? |
[BOT] Great job! You have changed the docstring coverage from 27.32% to 27.32%, improving 0.000%. |
What changes do you make in this PR?
Remove the destroy() in
__del__
function. It is not allowed to usedestroy
in__del__
in the future!Checklist
bash scripts/format.sh
before merging.