Closed Redmar-van-den-Berg closed 1 month ago
@khoroshevskyi can you look into this?
@Redmar-van-den-Berg is there any way you can share the PEP?
Can you put the PEP on PEPhub?
@Redmar-van-den-Berg, As Nathan mentioned, could you provide provide sample PEP, because unfortunately, I can't reproduce this error
@khoroshevskyi it looks like the problem is in:
if sample_val not in implier_val:
can you try maybe making an example table with an implied attribute, but where a particular sample has a value that is not in the set of "if" values for the implied attribute?
Maybe we don't have a good error message capturing this annotation error.
I already did it, and I haven't found any issues. Also, try to update eido to newer version, it seems that it is old peppy, and eido, and this issue could be solved in previous release
@Redmar-van-den-Berg can you let us know what version you're using, and try updating to the latest version?
I wasn't able to determine exactly what was wrong with the PEP project, but I no longer get this error after upgrading to eido 0.2.4.
Whey I try to convert a PEP project to csv using eido, I get the following error. Is there a way to figure out what is going wrong here, I have no idea what could be wrong. As far as I can tell, there is nothing out of the ordinary about this project.