-
Notifications
You must be signed in to change notification settings - Fork 1
Initial work #1
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
base: main
Are you sure you want to change the base?
Initial work #1
Conversation
kunlinyu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the main idea of your code. But there are so many issues you need to solve. Most of them commented in the code.
test/test_create.py
Outdated
| graph.set_rlineses(rlines) | ||
|
|
||
| with open('test_created.json', 'w', encoding='utf-8') as f: | ||
| json.dump(graph.to_json(), f, indent=4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why there are no "assert" or "expect" in your test code?
Create the function of serialization and deserialization with python to generate indoorjson