jzuhone / pyxsim

Simulating X-ray observations from astrophysical sources.
http://hea-www.cfa.harvard.edu/~jzuhone/pyxsim
Other
20 stars 8 forks source link

Nothing serious, only minor issue for inconsistent indentations for even_list.py #5

Closed weiguangcui closed 7 years ago

weiguangcui commented 7 years ago

The inconsistent indentations are at

if "ChannelType" in self.parameters:
  ...

and

        if isinstance(self.parameters["Area"], string_types):
            mylog.error(
                "Writing SIMPUT files is only supported if you didn't convolve with responses.")
            raise TypeError(
                "Writing SIMPUT files is only supported if you didn't convolve with responses.")

The other changes is automatic beautifying by Atom-beautify with pep8

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.03%) to 72.348% when pulling 1a57e2038c58722c457a1ecfcb3a70c4332d5e5f on weiguangcui:master into 53f76d5d252c89cd407fbcf3fe7d43967ab898fe on jzuhone:master.