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

Preserve dtype of results in multiple_simulations #137

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

dachengx
Copy link
Collaborator

@dachengx dachengx commented Feb 2, 2024

Sometimes the result in multiple_simulations are integers, so if they are stacked into one array, those integers will become float. This PR prevents that from happening.

@coveralls
Copy link

coveralls commented Feb 2, 2024

Pull Request Test Coverage Report for Build 7756611272

  • 7 of 10 (70.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 84.0%

Changes Missing Coverage Covered Lines Changed/Added Lines %
appletree/component.py 7 10 70.0%
Totals Coverage Status
Change from base Build 7709123998: -0.02%
Covered Lines: 1974
Relevant Lines: 2350

💛 - Coveralls

@dachengx dachengx marked this pull request as ready for review February 2, 2024 13:31
@zihaoxu98 zihaoxu98 merged commit 23a3274 into master Feb 5, 2024
7 checks passed
@dachengx dachengx deleted the preserve_dtype branch February 7, 2024 20:44
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.

None yet

3 participants