Skip to content
Snippets Groups Projects
Commit 4318f49f authored by Maël Madon's avatar Maël Madon
Browse files

removed following_session from SABjson proto: redundant information

parent 6fa5912f
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
"first_submit_time": 0.0, "first_submit_time": 0.0,
"preceding_sessions": [], "preceding_sessions": [],
"thinking_time_after_preceding_session": [], "thinking_time_after_preceding_session": [],
"following_sessions": [
"3"
],
"nb_jobs": 2, "nb_jobs": 2,
"jobs": [ "jobs": [
{ {
...@@ -36,9 +33,6 @@ ...@@ -36,9 +33,6 @@
"first_submit_time": 7800.0, "first_submit_time": 7800.0,
"preceding_sessions": [], "preceding_sessions": [],
"thinking_time_after_preceding_session": [], "thinking_time_after_preceding_session": [],
"following_sessions": [
"4"
],
"nb_jobs": 1, "nb_jobs": 1,
"jobs": [ "jobs": [
{ {
...@@ -59,9 +53,6 @@ ...@@ -59,9 +53,6 @@
"thinking_time_after_preceding_session": [ "thinking_time_after_preceding_session": [
3600.0 3600.0
], ],
"following_sessions": [
"4"
],
"nb_jobs": 1, "nb_jobs": 1,
"jobs": [ "jobs": [
{ {
...@@ -84,7 +75,6 @@ ...@@ -84,7 +75,6 @@
5400.0, 5400.0,
4200.0 4200.0
], ],
"following_sessions": [],
"nb_jobs": 2, "nb_jobs": 2,
"jobs": [ "jobs": [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment