Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
class
SymPyError(Exception):
236
237
def
__init__(self, message=
'SymPyError'
):
238
super().__init__(message)
239
240
241
class
TreeError(Exception):
Callers
1
EED
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected