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
您好, 新手尝试安装euler,结合 #39 下提到验证是否安装成功时测试这两句即可:import tf_euler 和 from euler.tools import json2dat,但是显示euler.tools 下没有 json2dat。 执行print(dir(euler.tools))之后,显示当前包下含有的方法包括: builtins , doc , file , name , package, path , absolute_import , division , edge , generate_euler_data , graph_meta , json2meta , json2partdat , json2partindex , node , print_function , util 。 想问一下是在目前的版本中已经去除了json2dat方法吗?用json2partdat进行代替? 希望得到您的回复。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,
新手尝试安装euler,结合 #39 下提到验证是否安装成功时测试这两句即可:import tf_euler 和 from euler.tools import json2dat,但是显示euler.tools 下没有 json2dat。
执行print(dir(euler.tools))之后,显示当前包下含有的方法包括: builtins , doc , file , name , package, path , absolute_import , division , edge , generate_euler_data , graph_meta , json2meta , json2partdat , json2partindex , node , print_function , util 。
想问一下是在目前的版本中已经去除了json2dat方法吗?用json2partdat进行代替?
希望得到您的回复。
The text was updated successfully, but these errors were encountered: