Save raw points data
1 unresolved thread
1 unresolved thread
Compare changes
- Jonah Husson authored
+ 11
− 3
@@ -124,7 +124,7 @@ def process_period(conn, substrate, keypair, point_info, start_period, end_perio
@@ -143,6 +143,9 @@ def process_period(conn, substrate, keypair, point_info, start_period, end_perio
@@ -153,7 +156,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -161,6 +164,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -184,6 +188,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -192,6 +197,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -199,6 +205,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -206,9 +213,10 @@ def round_point_computation(point_info, round_info, active_nodes):
Is continuous append what you want to do?
Also, I'd derive this from the given log output path rather than hardcoding it
changed this line in version 2 of the diff