We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Для большей читаемости лучше gru.nodes_types(discretized_data).values() вынести в переменную.
И переработать в all([node_type in discrete_types for node_type in nodes_types])
Можно в целом вынести такую проверку в функцию вроде is_discrete - явно где-то ещё может понадобится.
Originally posted by @nicl-nno in #50 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
И переработать в all([node_type in discrete_types for node_type in nodes_types])
Можно в целом вынести такую проверку в функцию вроде is_discrete - явно где-то ещё может понадобится.
Originally posted by @nicl-nno in #50 (comment)
The text was updated successfully, but these errors were encountered: