-
Notifications
You must be signed in to change notification settings - Fork 350
Move relativize functions out of statstools to avoid circular dependency in imports #4341
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
base: main
Are you sure you want to change the base?
Conversation
@shrutipatel31 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83095707. |
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4341 +/- ##
=======================================
Coverage 96.26% 96.26%
=======================================
Files 564 566 +2
Lines 58122 58179 +57
=======================================
+ Hits 55951 56006 +55
- Misses 2171 2173 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
8c0b2ea
to
2cc3c68
Compare
@shrutipatel31 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83095707. |
2cc3c68
to
571c3bf
Compare
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
@shrutipatel31 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83095707. |
571c3bf
to
206e009
Compare
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
@shrutipatel31 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83095707. |
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Differential Revision: D83095707
206e009
to
2faecab
Compare
@shrutipatel31 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83095707. |
2faecab
to
c5577d5
Compare
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Reviewed By: mgarrard Differential Revision: D83095707
@shrutipatel31 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83095707. |
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Reviewed By: mgarrard Differential Revision: D83095707
c5577d5
to
db53263
Compare
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Reviewed By: mgarrard Differential Revision: D83095707
db53263
to
63ce387
Compare
…ncy in imports (facebook#4341) Summary: To resolve a circular dependency between `ax.core` and `statstools`, this diff moves the `relativize`, `unrelativize`, and `relativize_data` functions out of statstools. The `Data` class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly. Reviewed By: mgarrard Differential Revision: D83095707
Summary: To resolve a circular dependency between
ax.core
andstatstools
, this diff moves therelativize
,unrelativize
, andrelativize_data
functions out of statstools. TheData
class now provides a relativized method to replace relativize_data, and all relevant imports, dependencies, and unit tests have been updated accordingly.Differential Revision: D83095707