-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
Double bond stereo handling issues discoverd when v1.07-beta.3 was integrated. In Java environment, using the InChI native library via JNI, some double bond stereo related tests failed after upgrading to 1.07-beta3 from 1.06.
Only tested on windows yet, but it seems that not the Java integration is the issue, because can be reproduced (kind of) with the InChI command line tool (exe). Even though the command below runs succsessfully, the result seems incorrect.
How to reproduce
Run the following command (tested on windows):
inchi-1.exe in.txt /InChI2InChI
Where the content of in.txt file is InChI=1S/C4H8/c1-3-4-2/h3-4H,1-2H3/b4-3+
Current behaviour
The result is InChI=1S/C4H8/c1-3-4-2/h3-4H,1-2H3/b0-0!, which does not seem valid.
Expected behaviour
The result should be the original input.