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

100 char limit #159

Merged
merged 9 commits into from
Dec 2, 2017
Merged

100 char limit #159

merged 9 commits into from
Dec 2, 2017

Conversation

wtgee
Copy link
Member

@wtgee wtgee commented Dec 2, 2017

This is the 100 char limit applied directly to develop.

The rebase with 1.0-beta was getting ugly so I am essentially re-doing the "features" directly on develop now that we are all agreed to use develop.

This will be follow by the fixes to the log file which will be followed by the merging of PACE and PEAS (as separate features)

@wtgee wtgee requested review from jamessynge and a team December 2, 2017 10:46
@codecov
Copy link

codecov bot commented Dec 2, 2017

Codecov Report

Merging #159 into develop will not change coverage.
The diff coverage is 87.09%.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #159   +/-   ##
=======================================
  Coverage     80.6%   80.6%           
=======================================
  Files           36      36           
  Lines         2527    2527           
  Branches       319     319           
=======================================
  Hits          2037    2037           
  Misses         386     386           
  Partials       104     104
Impacted Files Coverage Δ
pocs/scheduler/observation.py 100% <ø> (ø) ⬆️
pocs/utils/database.py 93.93% <ø> (ø) ⬆️
pocs/focuser/simulator.py 100% <ø> (ø) ⬆️
pocs/state/states/default/observing.py 66.66% <0%> (ø) ⬆️
pocs/utils/theskyx.py 55.26% <0%> (ø) ⬆️
pocs/mount/mount.py 57.84% <0%> (ø) ⬆️
pocs/camera/simulator.py 96.29% <100%> (ø) ⬆️
pocs/core.py 79.91% <100%> (ø) ⬆️
pocs/camera/camera.py 91.95% <100%> (ø) ⬆️
pocs/state/machine.py 89.2% <100%> (ø) ⬆️
... and 4 more

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 ae6251d...b55abe9. Read the comment docs.

@@ -41,7 +41,7 @@ def connect(self):
self.logger.info('Connected to TheSkyX via {}:{}'.format(self._host, self._port))

def write(self, value):
assert type(value) is str
assert isinstance(value, str)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ha, found the one part of this reformat that wasn't a reformat! ;-)

@jamessynge jamessynge merged commit 5d13d60 into panoptes:develop Dec 2, 2017
@wtgee wtgee deleted the 100-char-limit branch December 2, 2017 19:06
@wtgee wtgee mentioned this pull request Dec 29, 2017
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.

2 participants