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
I'm trying to write a tinytest extension package to do simple visual regression tests in my marginaleffects package. I ran into a problem, and I unfortunately can't figure out how to write a simple minimal working example (sorry!).
When I insert a print(ext) and print(pkg) statements in that region and then run build_install_test(pattern = "plot") I get the messy printout below. ext is a list, but one of the names is NA. Perhaps this is causing the problem?
Are there any steps you can suggest that I take to diagnose the problem better?
Thanks for your great work on
tinytest
!I'm trying to write a
tinytest
extension package to do simple visual regression tests in mymarginaleffects
package. I ran into a problem, and I unfortunately can't figure out how to write a simple minimal working example (sorry!).Extension package: https://github.com/vincentarelbundock/tinyviztest
Relevant test files where I call the new expectation:
The error I get:
This error occurs on line 376 of the
tinytest.R
file.When I insert a
print(ext)
andprint(pkg)
statements in that region and then runbuild_install_test(pattern = "plot")
I get the messy printout below.ext
is a list, but one of the names isNA
. Perhaps this is causing the problem?Are there any steps you can suggest that I take to diagnose the problem better?
Thanks!
The text was updated successfully, but these errors were encountered: