-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test failing #6
Comments
Now we have:
It happens in function
@adelabriere , could you look at that please or explain me what to do? |
What should |
Hi Pierrick, thanks for reporting, |
Hi Alexis, I've solved, I think. Please look at: The output of my test is different from the output of the reference file of the Galaxy tool. The changed lines are the
In the case of the line above, |
This does not seems to be an issue. I checked the results on the vignette and this does not have any practical consequence. I probably changed a default parameters at some point for clarity purpose. |
The IDs in the output are different on each run. Do you use some random numbers in your algo? Can we set a seed for testing? |
Just a quick update I m investigating this behavior at the moment. I don t see any evident reason in the R code, so it is probably coming from the C++ code. |
Issu solved, pushed on the master branch, I had the same ID on 10 tests so if you don t encounter this issue anymore I ll consider that the problem is solved. |
Ok, I'll look at that. Thanks. |
Maybe I was in a bad luck, but I obtained this difference between two runs:
I just ran See branch |
OK I check that, It s clearly not luck as the IDs are now close. |
I add @ethevenot to this conversation. |
Hi @adelabriere , did you have time to look at this last small issue ? |
The test
test_basic_processing()
is failing inside functionchooseVerticesLosses()
, in line:where
m_atoms
is an empty numeric vector.--> This one is solved.
atoms
was a integer vector with atom letters as names instead of a character vector.The text was updated successfully, but these errors were encountered: