-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add event handler #1074
Add event handler #1074
Conversation
|
do you mean the unit test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
) | ||
self.compare( | ||
Expression(SymbolGamma, Symbol("Global`z"), Symbol("Global`x")), | ||
sympy.uppergamma( | ||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a failure in merging, isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was later addressed using the unit test version in master without any changes.
Because there are substantive changes now in the failure, I suspect there is a deeper problem and something that needs conversion (or we need to use the prefix variables substitutions more).
5650345
to
0a464cd
Compare
start with running SymPy and mpmath functions.
This follows the pattern run_sympy
And add "debugger" event name. Possibly the tracing event names should get moved to Debugger.
test doesn't work though...
* Correct and expand comment regarding trace.run_xxx * And one other comment in trace_fn_call_event
0a464cd
to
a801896
Compare
Code in support of event tracing debugging.
Used b y Mathics3 Module pymtathics.debugger in repository Mathics3/mathics-debugger.