-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add dpgui
entry point and dpgen gui
CLI
#1349
Conversation
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
for more information, see https://pre-commit.ci
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #1349 +/- ##
==========================================
- Coverage 48.64% 48.62% -0.02%
==========================================
Files 82 83 +1
Lines 14681 14693 +12
==========================================
+ Hits 7141 7144 +3
- Misses 7540 7549 +9
☔ View full report in Codecov by Sentry. |
There seems to be an issue here. Python will dump NaN as Python: >>> import json
>>> json.dumps({"type":float("nan")})
'{"type": NaN}' JavaScript: > JSON.parse('{"type": NaN}')
VM1054:1 Uncaught SyntaxError: Unexpected token 'N', "{"type": NaN}" is not valid JSON
at JSON.parse (<anonymous>)
at <anonymous>:1:6
|
Finally, I changed |
See deepmodeling/dpgui#270 for details.