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
On running the start() method of the MultiMethodSuite class I noticed that the getErrors() function does not take the bvps and fps variables:
start()
MultiMethodSuite
getErrors()
bvps
fps
pyVHR/pyVHR/analysis/multi_method_suite.py
Line 279 in 2b1767d
run_on_dataset()
Pipeline
pyVHR/pyVHR/analysis/pipeline.py
Lines 411 to 412 in 2b1767d
The text was updated successfully, but these errors were encountered:
A new version of the framework, pyVHR 2.0, has been released. Please check if problems persist and report them for future bug fixes.
best the pyVHR team
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
On running the
start()
method of theMultiMethodSuite
class I noticed that thegetErrors()
function does not take thebvps
andfps
variables:pyVHR/pyVHR/analysis/multi_method_suite.py
Line 279 in 2b1767d
Like was done in
run_on_dataset()
in thePipeline
class here:pyVHR/pyVHR/analysis/pipeline.py
Lines 411 to 412 in 2b1767d
This is why the above error occurs.
The text was updated successfully, but these errors were encountered: