Skip to content

Commit 0ff01a9

Browse files
author
Feras A. Saad
committed
Docstrings and whitespace.
1 parent 04c55b3 commit 0ff01a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@ def logpdf_joint(self, bdb, generator_id, modelnos, rowid, targets,
287287
raise NotImplementedError
288288

289289
def json_ready_models(self, bdb, population_id, generator_id):
290-
""" Return a python data object capturing model information,
291-
that's ready to be written in JSON syntax.
290+
"""Return a data object capturing model information
291+
that is ready to be written in JSON syntax.
292292
293293
The intent is that this information, combined with the data
294-
table (not itself dumped here), should be sufficient to simulate
294+
table (not itself dumped here), should be sufficient to simulate
295295
any of the models.
296296
"""
297297
raise NotImplementedError

0 commit comments

Comments
 (0)