mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-07 23:53:08 +00:00
Remove plotting config
This commit is contained in:
parent
1ae4352dad
commit
d2a653b07c
@ -3,7 +3,6 @@
|
|||||||
import networkx as nx
|
import networkx as nx
|
||||||
import logging, random
|
import logging, random
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import matplotlib
|
|
||||||
from functools import partial, partialmethod
|
from functools import partial, partialmethod
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from DAS.tools import *
|
from DAS.tools import *
|
||||||
|
|||||||
@ -22,10 +22,6 @@ dumpXML = 1
|
|||||||
|
|
||||||
# save progress vectors to XML
|
# save progress vectors to XML
|
||||||
saveProgress = 1
|
saveProgress = 1
|
||||||
|
|
||||||
# plot progress for each run to PNG
|
|
||||||
plotProgress = 1
|
|
||||||
|
|
||||||
visualization = 1
|
visualization = 1
|
||||||
logLevel = logging.INFO
|
logLevel = logging.INFO
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user