Exemple #1
0
    def test_plot_input_power(self):
        """plot_utils.plot_input_power() doesn't bomb"""

        run1 = trappy.Run(name="first")
        run2 = trappy.Run(name="second")
        runs = [run1, run2]

        plot_utils.plot_input_power(runs, self.actor_order, width=20)
        matplotlib.pyplot.close('all')
Exemple #2
0
    def test_plot_input_power(self):
        """plot_utils.plot_input_power() doesn't bomb"""

        trace1 = trappy.FTrace(name="first")
        trace2 = trappy.FTrace(name="second")
        traces = [trace1, trace2]

        plot_utils.plot_input_power(traces, self.actor_order, width=20)
        matplotlib.pyplot.close('all')
Exemple #3
0
    def test_plot_input_power(self):
        """plot_utils.plot_input_power() doesn't bomb"""

        run1 = trappy.Run(name="first")
        run2 = trappy.Run(name="second")
        runs = [run1, run2]

        plot_utils.plot_input_power(runs, self.actor_order, width=20)
        matplotlib.pyplot.close('all')
Exemple #4
0
    def test_plot_input_power(self):
        """plot_utils.plot_input_power() doesn't bomb"""

        trace1 = trappy.FTrace(name="first")
        trace2 = trappy.FTrace(name="second")
        traces = [trace1, trace2]

        plot_utils.plot_input_power(traces, self.actor_order, width=20)
        matplotlib.pyplot.close('all')