Skip to content

Commit 5e7a298

Browse files
committed
clean
1 parent bc4f13c commit 5e7a298

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

demes/demes.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,11 +2023,6 @@ def change_time_units(self, time_units: str, generation_time: float) -> Graph:
20232023
graph.time_units = time_units
20242024
graph.generation_time = generation_time
20252025

2026-
# TODO: the check below should be part of testing
2027-
# Check for stupid mistakes.
2028-
# graph2 = demes.Graph.fromdict(graph.asdict())
2029-
# graph2.assert_close(graph)
2030-
20312026
return graph
20322027

20332028
def rename_demes(self, names: Mapping[str, str]) -> Graph:

0 commit comments

Comments
 (0)