We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These values now different in CI pipeline. May be related to updated described in #332
── Failure ('test-DirectedGraph.R:108:13'): DirectedGraph node measure values are expected for baseballstats, FunctionReporter ── reporter$pkg_graph$node_measures(nodeMeas) not equivalent to ...[]. Dataset 'current' has rows not present in 'target' Value testing for baseballstats, FunctionReporter : hubScore /n obj: c("OPS", "at_bats", "batting_avg", "on_base_pct", "slugging_avg") /n exp c("on_base_pct", "OPS", "slugging_avg", "at_bats", "batting_avg") Value testing for baseballstats, FunctionReporter : hubScore /n obj: c(1, 0, 0.500007341756502, 0, 0.500007341756502) /n exp c(0, 1, 1, 0, 1)
── Failure ('test-DirectedGraph.R:108:13'): DirectedGraph node measure values are expected for baseballstats, FunctionReporter ── reporter$pkg_graph$node_measures(nodeMeas) not equivalent to ...[]. Dataset 'current' has rows not present in 'target' Value testing for baseballstats, FunctionReporter : authorityScore /n obj: c("OPS", "at_bats", "batting_avg", "on_base_pct", "slugging_avg") /n exp c("on_base_pct", "OPS", "slugging_avg", "at_bats", "batting_avg") Value testing for baseballstats, FunctionReporter : authorityScore /n obj: c(0, 0.999991335461266, 1, 0, 1) /n exp c(0, 0, 0.5, 1, 0.5)
https://github.com/uptake/pkgnet/actions/runs/11769695286/job/32781078118
The text was updated successfully, but these errors were encountered:
bburns632
No branches or pull requests
These values now different in CI pipeline. May be related to updated described in #332
https://github.com/uptake/pkgnet/actions/runs/11769695286/job/32781078118
The text was updated successfully, but these errors were encountered: