-
Notifications
You must be signed in to change notification settings - Fork 14
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
plot formulas doesn't work anymore? #314
Comments
Should fix this bug and fix the test |
For original issue, see #146 and #159. In gsplot v0.7.0, this fails when trying to create gs and I think it has to do with changes made to Once the error to generate the gsplot was overcome, the error preventing the plot from printing popped up. It's coming from Error in terms.formula(formula, data = data) :
argument is not a valid model |
|
get rid of strip_pts
|
Might be able to do range() and then get range of ranges? Maybe some nuance w/ NaN, NULLs, etc. Should have good tests, so we can try this and see what happens. |
This requires strip_pts to be fixed first. See #452 |
not sure why this test doesn't catch it:
This fails outside of the test when printing the
gs
object:This is on
master
branch v ‘0.5.4’The text was updated successfully, but these errors were encountered: