pyiron / pyiron_workflow

Graph-and-node based workflows
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

[patch] Let pint-hinted input values pass through type hinting #451

Closed liamhuber closed 2 months ago

liamhuber commented 2 months ago

By checking the actual datatype associated with their "magnitude".

I'm also boldly going to try setting the lower bound to the last version and hope it works.

Motivated by https://github.com/pyiron/elaston/pull/45

github-actions[bot] commented 2 months ago

Binder :point_left: Launch a binder notebook on branch _pyiron/pyiron_workflow/pintsupport

codacy-production[bot] commented 2 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.01% (target: -1.00%) :white_check_mark: 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (435cf8e5dbc3ced11292c417622438212643f85c) | 3229 | 2948 | 91.30% | | | Head commit (d229720f9dac89140814a96dd1e82c45dd046b3b) | 3231 (+2) | 2950 (+2) | 91.30% (**+0.01%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#451) | 2 | 2 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10799085556

Details


Files with Coverage Reduction New Missed Lines %
type_hinting.py 1 97.73%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 10798950726: 0.005%
Covered Lines: 2950
Relevant Lines: 3231

💛 - Coveralls