Skip to content

Commit 4567d60

Browse files
committed
TYPO: add missing line
1 parent 4bddab1 commit 4567d60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bilby/gw/likelihood/roq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ def save_weights(self, filename, format='hdf5'):
10381038
for i in range(len(self.weights[key])):
10391039
grp.create_dataset(
10401040
str(i), data=self.weights[key][i])
1041+
10411042
def load_weights(self, filename, format=None):
10421043
"""
10431044
Load ROQ weights. Support for json format was removed in :code:`v2.6`.

0 commit comments

Comments
 (0)