Closed JakaKokosar closed 3 years ago
@JakaKokosar this is the error which started to happen due to some recent changes in core Orange. I will try to take a look in this. It also happened on Travis in the other PR.
@PrimozGodec, @JakaKokosar, these test construct invalid Context
, but previous implementation of DomainContextHandler
tolerated it. We could make the implementation more tolerant at the cost of simplicity and speed, but I think it's better to fix the tests.
The changes in DomainContextHandler
should not cause problems with any properly constructed context, so they only break tests with half-baked mock contexts.
See #147.
Merging #145 (d310b0a) into master (c1e67a9) will increase coverage by
0.09%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #145 +/- ##
==========================================
+ Coverage 72.34% 72.43% +0.09%
==========================================
Files 7 7
Lines 799 809 +10
Branches 132 133 +1
==========================================
+ Hits 578 586 +8
Misses 171 171
- Partials 50 52 +2
Impacted Files | Coverage Δ | |
---|---|---|
orangecontrib/timeseries/functions.py | 77.09% <100.00%> (-0.58%) |
:arrow_down: |
orangecontrib/timeseries/timeseries.py | 85.11% <100.00%> (+0.74%) |
:arrow_up: |
orangecontrib/timeseries/models.py | 67.82% <0.00%> (+0.16%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c1e67a9...d310b0a. Read the comment docs.
Issue
https://github.com/biolab/orange3/issues/5145
Description of changes
Replace travis with GH actions and add tox configuration.
Fix Orange.util.OrangeDeprecationWarning: Direct calls to Table's constructor are deprecated and will be removed. Replace this call with Table.from_table
TODO: