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

remove sortedcontainer dependancy from swf_to_batsim file

parent d2d51e46
Branches
Tags
No related merge requests found
sched_input/*.json
workload/*.swf
<<<<<<< HEAD
workload/*.json^(?!empty_workload$)
=======
workload/*.json
.ipynb_checkpoints
*/__pycache__/
>>>>>>> 07389a942b276fb4ec631c8feccf1be6885e5e09
......@@ -6,15 +6,8 @@ Split by user. Do not include the jobs profiles in the output JSON.
(optional) keeps only a given set of partition.
"""
# Dependency : sortedcontainers
# - installation: pip install sortedcontainers
# Everything else should be in the standard library
# Tested on cpython 3.4.3
from sortedcontainers import SortedSet
import argparse
import json
import math
import re
import sys
import datetime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment