-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
fix: delete sim_main in __init__
all
#413
Conversation
Thanks! Do you mind add a regression test in |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #413 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 2308 2308
=========================================
Hits 2308 2308 ☔ View full report in Codecov by Sentry. |
will do that today |
Caused it never use since sim_main had been deteled. also add test for `from viztracer import *` in test_cmdline.py Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Done |
Thank you for noticing this! |
caused it never use since sim_main had been deteled