Closed janezd closed 8 months ago
Attention: 52 lines
in your changes are missing coverage. Please review.
Comparison is base (
9279386
) 73.76% compared to head (d041e73
) 74.10%.
Files | Patch % | Lines |
---|---|---|
orangecontrib/network/widgets/OWNxExplorer.py | 53.68% | 44 Missing :warning: |
orangecontrib/network/network/layout/__init__.py | 0.00% | 8 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When I disconnect the input, comboboxes and outputs are not reset.
Issue
Fixes #238. Fixes #219. Fixes #190.
Description of changes
ConcurrentMixin
instead of (incorrect) threads created in the widget code.np.int32
, as expected by Cython code. The network can, in principle, have edges in, e.g.np.int64
. (The bug was discovered when Network of Neighbors had return a net with such dtype.)Includes