Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/hotfixes' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Apr 16, 2024
2 parents af45e37 + ed70804 commit 1762932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/execute_everything.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import importlib.util


EXECUTE_EXAMPLES = True
EXECUTE_EXAMPLES = False


def bpmn_js_visualization():
Expand Down Expand Up @@ -1052,6 +1052,7 @@ def main():
print("sklearn version: "+str(sklearn.__version__))

print("pm4py version: "+str(pm4py.__version__))
print("Python version: "+str(sys.version))


if __name__ == "__main__":
Expand Down
1 change: 1 addition & 0 deletions tests/execute_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ def main():
print("sklearn version: "+str(sklearn.__version__))

print("pm4py version: "+str(pm4py.__version__))
print("Python version: "+str(sys.version))


if __name__ == "__main__":
Expand Down

0 comments on commit 1762932

Please sign in to comment.