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

[Lang] Fix pylint rule W0235 #3486

Merged
merged 4 commits into from Nov 14, 2021
Merged

[Lang] Fix pylint rule W0235 #3486

merged 4 commits into from Nov 14, 2021

Conversation

tssujt
Copy link
Contributor

@tssujt tssujt commented Nov 12, 2021

Related issue = #3151

@netlify
Copy link

netlify bot commented Nov 12, 2021

✔️ Deploy Preview for jovial-fermat-aa59dc canceled.

🔨 Explore the source changes: a6233a6

🔍 Inspect the deploy log: https://app.netlify.com/sites/jovial-fermat-aa59dc/deploys/6190693562c0fb00088258e7

@CLAassistant
Copy link

CLAassistant commented Nov 12, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@k-ye k-ye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, welcome to the community!

@@ -134,8 +131,5 @@ def particles(self,
vbo_info = get_field_info(vbo)
super().particles(vbo_info, has_per_vertex_color, color, radius)

def point_light(self, pos, color):
def point_light(self, pos, color): # pylint: disable=W0235
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why handling this differently :-) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/taichi-dev/taichi/runs/4191773093

@k-ye CI fails, but I'm not familiar with pybind11.

@sjwsl sjwsl merged commit d78a69e into taichi-dev:master Nov 14, 2021
@tssujt tssujt deleted the pylint_W0235 branch November 14, 2021 06:18
@tssujt
Copy link
Contributor Author

tssujt commented Nov 14, 2021

Thanks @sjwsl

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.

None yet

5 participants