Skip to content

Commit

Permalink
Merge pull request #1 from RvdPloeg/main
Browse files Browse the repository at this point in the history
change the cdk version to 2.9
  • Loading branch information
Kohulan authored Oct 28, 2024
2 parents 8d06d63 + 08bf710 commit e525465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion RanDepict/randepict.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self, seed: Optional[int] = None, hand_drawn: Optional[bool] = None
)
self.jvmPath = "Define/path/or/set/JAVA_HOME/variable/properly"
if not isJVMStarted():
self.jar_path = self.HERE.joinpath("jar_files/cdk-2.8.jar")
self.jar_path = self.HERE.joinpath("jar_files/cdk-2.9.jar")
startJVM(self.jvmPath,
"-ea",
"-Djava.class.path=" + str(self.jar_path),
Expand Down

0 comments on commit e525465

Please sign in to comment.