Skip to content

Commit

Permalink
Whoops, removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 committed Feb 15, 2024
1 parent 73977aa commit 170acb8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pyomo/core/tests/unit/test_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -3440,17 +3440,6 @@ def test_private_data(self):
mfe4 = m.b.b[1].private_data('pyomo.core.tests')
self.assertIs(mfe4, mfe3)

# mfe2 = m.private_data('another_scope')
# self.assertIsInstance(mfe2, dict)
# self.assertEqual(len(m._private_data), 2)

# mfe = m.b.private_data('my_scope')
# self.assertIsInstance(mfe, dict)
# mfe1 = m.b.b[1].private_data('no mice here')
# self.assertIsInstance(mfe1, dict)
# mfe2 = m.b.b[2].private_data('no mice here')
# self.assertIsInstance(mfe2, dict)


if __name__ == "__main__":
unittest.main()

0 comments on commit 170acb8

Please sign in to comment.