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
Excellent idea. I took the package for a spin - mainly to see if it can live with the not-recommended scheme of having the measure in the second level.
That's how I found a minor bug in create_pb_agent(), where no checks are run by {pointblank} if level is set to 2 or more.
Looking at the debug, I think it's caused by a bit of regex. I am aware this is experimental but in case it would be helpful I'd be happy to submit my local fix as a PR.
The text was updated successfully, but these errors were encountered:
Thank you so much for taking the time to check out the package and report this issue! Now that you say it, I realize my tests only do cover the level-1 checks and are probably too biased towards my own person workflow. I really appreciate your pointing this out.
If you wouldn't mind submitting your fix as a PR, that would be fantastic! Thanks again!
Hi Emily,
Excellent idea. I took the package for a spin - mainly to see if it can live with the not-recommended scheme of having the measure in the second level.
That's how I found a minor bug in
create_pb_agent()
, where no checks are run by {pointblank} iflevel
is set to 2 or more.Reprex:
# interrogate(cagent2) # shows no checks if run in an interactive session
Created on 2021-01-13 by the reprex package (v0.3.0)
Looking at the debug, I think it's caused by a bit of regex. I am aware this is experimental but in case it would be helpful I'd be happy to submit my local fix as a PR.
The text was updated successfully, but these errors were encountered: