Skip to content

Commit

Permalink
Merge branch '134-fix-typo-in-pe-module' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Fix typo in pe module"

Closes #134

See merge request cwinpy/cwinpy!180
  • Loading branch information
mattpitkin committed Mar 13, 2024
2 parents 3c78cf0 + 6e10c55 commit e49f30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwinpy/pe/pe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ def create_dag(self, config, **kwargs):
coherent = True
else:
incoherent = self.incoherent
coherent = self.conherent
coherent = self.coherent

# add injection if given
if injfiles is not None:
Expand Down

0 comments on commit e49f30a

Please sign in to comment.