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

print system prob using scientific natation #3008

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Nov 25, 2023

When the probability of a system is smaller than 1e-3, it is shown as 0.000, which is useless. This commit changes it to the scientific notation, displaying it like 1.547e-06.

When the probability of a system is smaller than 1e-3, it is shown as `0.000`, which is useless.
This commit changes it to the scientific notation, so it will be shown like `1.547e-06`.

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Copy link

codecov bot commented Nov 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f321046) 75.73% compared to head (2e818c8) 75.73%.
Report is 1 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #3008   +/-   ##
=======================================
  Coverage   75.73%   75.73%           
=======================================
  Files         245      245           
  Lines       24686    24686           
  Branches     1591     1591           
=======================================
  Hits        18697    18697           
  Misses       5054     5054           
  Partials      935      935           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@wanghan-iapcm wanghan-iapcm merged commit efb0a34 into deepmodeling:devel Nov 28, 2023
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants