From b3cbc0ef561eb17711a7b5061aa17f0eb38c88ea Mon Sep 17 00:00:00 2001 From: "David L. Woodruff" Date: Fri, 1 Mar 2024 14:07:15 -0800 Subject: [PATCH] I forgot to push the __init__.py file in tests --- pyomo/contrib/mis/tests/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pyomo/contrib/mis/tests/__init__.py diff --git a/pyomo/contrib/mis/tests/__init__.py b/pyomo/contrib/mis/tests/__init__.py new file mode 100644 index 00000000000..a4a626013c4 --- /dev/null +++ b/pyomo/contrib/mis/tests/__init__.py @@ -0,0 +1,10 @@ +# ___________________________________________________________________________ +# +# Pyomo: Python Optimization Modeling Objects +# Copyright (c) 2008-2024 +# National Technology and Engineering Solutions of Sandia, LLC +# Under the terms of Contract DE-NA0003525 with National Technology and +# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain +# rights in this software. +# This software is distributed under the 3-clause BSD License. +# ___________________________________________________________________________