MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / setUpClass

Method setUpClass

dd_test.py:31–34  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

29
30 @classmethod
31 def setUpClass(cls):
32 super().setUpClass()
33 cls.defs = pr.Definition.from_txt_file('defs.txt', to_dict=True)
34 cls.rules = pr.Theorem.from_txt_file('rules.txt', to_dict=True)
35
36 def test_imo_2022_p4_should_succeed(self):
37 p = pr.Problem.from_txt(

Callers

nothing calls this directly

Calls 1

from_txt_fileMethod · 0.45

Tested by

no test coverage detected