Skip to content

Commit

Permalink
Update a comment and docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Jan 22, 2025
1 parent e62adbe commit 2352dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycbc/io/ligolw.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def create_process_table(document, program_name=None, detectors=None,
if options is None:
options = {}

# ligo.lw does not like `cvs_entry_time` being an empty string
# igwn_ligolw does not like `cvs_entry_time` being an empty string
cvs_entry_time = pycbc_version.date or None

opts = options.copy()
Expand Down
2 changes: 1 addition & 1 deletion pycbc/io/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def bar(self):
Convert a LIGOLW xml table:
>>> type(sim_table)
ligo.lw.lsctables.SimInspiralTable
igwn_ligolw.lsctables.SimInspiralTable
>>> sim_array = FieldArray.from_ligolw_table(sim_table)
>>> sim_array.mass1
array([ 2.27440691, 1.85058105, 1.61507106, ..., 2.0504961 ,
Expand Down

0 comments on commit 2352dd4

Please sign in to comment.