register the lax module for stack trace filtering

This commit is contained in:
Roy Frostig 2021-02-22 21:11:41 -08:00
parent 60bff69ee6
commit 4c179d1b66

View File

@ -11,3 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os
from jax._src import traceback_util
traceback_util.register_exclusion(os.path.dirname(__file__))