From 1ae122d72ff1c95a77dd96ecc08e288fe67c22d2 Mon Sep 17 00:00:00 2001 From: mhpb Date: Mon, 10 Jan 2022 18:33:32 +0100 Subject: [PATCH 1/2] Update README.md --- HybridSiminPmSharedMaterialforReview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HybridSiminPmSharedMaterialforReview/README.md b/HybridSiminPmSharedMaterialforReview/README.md index e88f118..34a5cec 100644 --- a/HybridSiminPmSharedMaterialforReview/README.md +++ b/HybridSiminPmSharedMaterialforReview/README.md @@ -5,7 +5,7 @@ A proof of concept example for updating the DES model of a process based on the - The DES and SD models are taken as input. - For the ease of use and performing experiments with your desired process, the following supports are provided: - To generate a CPN model of your process and the corresponding SML file using an event log, you can use the following link, in case of any specific scenario you need to change the process model in the CPN Tools. The link only generates a CPN model based on the given event log, further desired changes should be done by the user. --- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/ +- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/ - In case you want to generate your SD Logs and SD models, this tool supports you https://github.com/mbafrani/PMSD - Note that you need to make sure that there are common variables names, e.g., service time, arrival rate, ..., are in both models that can be updated. - To run the current example: From f0f1783e3caea6c1a6bdd314f3faa40f380ac390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 02:53:56 +0000 Subject: [PATCH 2/2] Bump pillow from 8.1.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.1.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50ca8c1..64cac4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ parso==0.8.1 pathspec==0.9.0 patsy==0.5.2 pickleshare==0.7.5 -Pillow==8.1.0 +Pillow==9.0.0 pip==21.2.2 platformdirs==2.4.0 pm4py==2.2.17