You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the TF test abstractions for the actual corpus tests, which is
where I mostly copied the create_corpus_for_testing calls. Everything
still works, but pytype in some environments will complain since absl
test's create_tempdir() actually returns an internal _Tempdir object
which is not equivalent to a string. Simply access the full_path
property to get a string and make the type checker happy.
0 commit comments