MCPcopy Create free account
hub / github.com/cwida/ALP / __init__

Method __init__

publication/plotter/plot_maker.py:22–25  ·  view source on GitHub ↗
(self, results_directory='publication/results', out_directory='publication/figures')

Source from the content-addressed store, hash-verified

20 matplotlib.rc('font', family='Droid Serif')
21
22 def __init__(self, results_directory='publication/results', out_directory='publication/figures'):
23 self.results_directory = results_directory
24 self.out_directory = out_directory
25 self.main_arch_directory = 'i4i_4xlarge'
26
27 def get_dataset_name(self, name):
28 for datasetName in DATASET_NAMES:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected