Asish Kumar

Results 46 comments of Asish Kumar

result log: https://paste.opensuse.org/pastes/436f08c4d14a

command: asv run refactor-benchmarks^! Output: https://paste.opensuse.org/pastes/bbf48b94a74c the benchmarks are ran on all the functions in this PR.

Benchmark results for formal_integral functions: https://paste.opensuse.org/pastes/4983e0ca50cb

> Please test by making a version on your fork and add link to test results here https://github.com/AkashKumar7902/tardis/actions/runs/9705432873/job/26787490302?pr=6 the error in the later half is due to the generation of...

Yes, that's an extra step. I have removed it. here is the new action run: https://github.com/officialasishkumar/tardis/actions/runs/9733397076/job/26860263830?pr=12

https://github.com/sympy/sympy/blob/master/.github/workflows/runtests.yml cc: @andrewfullard @atharva-2001

> Note that these are pull request target workflows, so they will only pick the workflow file from the target(master) branch, not from the pull request branch. Here is the...

@atharva-2001, the workflow file might be because my branch is not really updated with master for a while (approx 2 months). I think the workflow is running with the current...

@HaoZeke I have some functions that needs to be run before other functions. It's basically dependent on them.

> > @HaoZeke I have some functions that needs to be run before other functions. It's basically dependent on them. > > Isn't that the use-case for the `setup` functions?...