Skip to content

Commit

Permalink
Fix another test asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
iharsuvorau committed Jun 14, 2023
1 parent d6cf246 commit 081951c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "simod"
version = "3.5.7"
version = "3.5.8"
authors = ["Manuel Camargo", "Ihar Suvorau", "David Chapela"]
description = "Simod is a Python tool for automated discovery of business process simulation models from event logs."

Expand Down
2 changes: 1 addition & 1 deletion tests/test_prioritization/test_prioritization_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_prioritization_rules_serialization_deserialization(entry_point):


def test_discover_prioritization_rules(entry_point):
log_path = entry_point / "Insurance_claims_train.csv"
log_path = entry_point / "Insurance_Claims_train.csv"
log_ids = EventLogIDs(
case="case_id", activity="activity", start_time="start_time", end_time="end_time", resource="resource"
)
Expand Down

0 comments on commit 081951c

Please sign in to comment.