Open aplymill7 opened 5 years ago
Not sure why this error started popping up:
"RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment."
Saw same error on @jlhitt1993 's latest PR.
I have fixed the setuptools error with a workaround. It is some problem with conda that I couldn't find a complete fix for, but the builds should work now for the time being.
Merging #93 into master will increase coverage by
1.38%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #93 +/- ##
==========================================
+ Coverage 70.95% 72.34% +1.38%
==========================================
Files 8 8
Lines 210 282 +72
==========================================
+ Hits 149 204 +55
- Misses 61 78 +17
Impacted Files | Coverage Δ | |
---|---|---|
pytentiostat/reporter.py | 70.58% <0%> (-4.42%) |
:arrow_down: |
pytentiostat/routines.py | 64.28% <0%> (-0.72%) |
:arrow_down: |
tests/test_reporter.py | 100% <0%> (ø) |
:arrow_up: |
pytentiostat/config_reader.py | 64.58% <0%> (+11.95%) |
: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 6e39e85...0f97843. Read the comment docs.
Thanks for the feedback, added the recommendations. Yeah, let's discuss instillation when we get started back up again.
This is a use case for a simple operation of the pytentiostat that should be satisfied by the program upon alpha release. This PR also sets up a directory for future use cases in examples/dev/.