Remove plotting config

This commit is contained in:
Leonardo Bautista-Gomez 2023-03-30 14:11:12 +02:00
parent 1ae4352dad
commit d2a653b07c
2 changed files with 0 additions and 5 deletions

View File

@ -3,7 +3,6 @@
import networkx as nx
import logging, random
import pandas as pd
import matplotlib
from functools import partial, partialmethod
from datetime import datetime
from DAS.tools import *

View File

@ -22,10 +22,6 @@ dumpXML = 1
# save progress vectors to XML
saveProgress = 1
# plot progress for each run to PNG
plotProgress = 1
visualization = 1
logLevel = logging.INFO