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

fix typo: lcueve.out->lcurve.out #1077

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Aug 31, 2021

No description provided.

@@ -898,7 +898,7 @@ model:
.. _`model/fitting_net[polar]/scale`:

scale:
| type: ``list`` | ``float``, optional, default: ``1.0``
| type: ``float`` | ``list``, optional, default: ``1.0``
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@y1xiaoc Is there some different behaviors to sort type?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dargs use a set to record dtypes. The order may change from 3.6 to 3.7 since the newer python guarantees that the iteration order is same as the add order.

@njzjz njzjz requested a review from amcadmus August 31, 2021 18:56
@amcadmus amcadmus merged commit 385dcd6 into deepmodeling:devel Sep 1, 2021
Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.16%. Comparing base (75160c7) to head (267219e).
Report is 1479 commits behind head on devel.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #1077      +/-   ##
==========================================
- Coverage   75.19%   75.16%   -0.03%     
==========================================
  Files          82       87       +5     
  Lines        6945     6959      +14     
==========================================
+ Hits         5222     5231       +9     
- Misses       1723     1728       +5     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants