Source code for test_plotting_utils

import numpy as np
import h0rton.h0_inference.plotting_utils as plotting_utils
import unittest

[docs]class TestPlottingUtils(unittest.TestCase): """A suite of tests for the h0rton.h0_inference.plotting_utils package """ @classmethod
[docs] def setUpClass(cls): pass