MCPcopy Create free account
hub / github.com/InternScience/SciReason / SymPyError

Class SymPyError

opencompass/datasets/phybench/EED.py:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234
235class SymPyError(Exception):
236
237 def __init__(self, message='SymPyError'):
238 super().__init__(message)
239
240
241class TreeError(Exception):

Callers 1

EEDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected