facebookresearch / HolisticTraceAnalysis

A library to analyze PyTorch traces.
http://hta.readthedocs.io
MIT License
306 stars 43 forks source link

BUG: Test Failures Caused By Wrong parse_event_args_yaml Path #193

Open fengxizhou opened 3 weeks ago

fengxizhou commented 3 weeks ago

🐛 Describe the bug

A recent PR imported from fbcode caused test failures as follows:

The root cause of this error is that the file to be referred is moved into a subdirectory hta/configs/hta/configs/event_args_formats.

Steps to reproduce

  1. Checkout the repo
  2. Run command: make test

Expected behavior

All test should be passed without error.

Environment

All.

Additional Info

No response

niufei8888 commented 3 weeks ago

Commandeered the PR and is testing at: https://github.com/facebookresearch/HolisticTraceAnalysis/pull/197