Commit 28a0a8a
authored
Merge pull request #38 from adaa-polsl/fix/jpype_version
Fix problem with new jpype1 version, which was causing problems. New Jpype1 1.6.0 was released 07.07 and after that some of the unit tests stopped working throwing error: C [_jpype.cpython-313-x86_64-linux-gnu.so+0x7653b] JPTypeManager::findClassByName(std::string const&)+0x3b
Configuration in setup.py was changed from ‘JPype1>=1.5.0’ to ‘JPype1==1.5.2’ so that the latest working version would install1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments