Skip to content

Commit

Permalink
Register evacuation_point_resolution as a plugin (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfjes authored Feb 22, 2023
1 parent 5f27d1d commit 3aa1b29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.app
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.10.1
current_version = 2.10.2
allow_dirty = True

[bumpversion:file:VERSION]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Do not update directly, use `make bump-version` instead or see `README.md` for further instructions
2.10.1
2.10.2
2 changes: 1 addition & 1 deletion movici_simulation_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
"UpdateDataClient",
]

__version__ = "2.10.1"
__version__ = "2.10.2"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/evacuation_point_resolution/1.0.0",
"$id": "/evacuation_point_resolution/1.1.0",
"required": [
"dataset"
],
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def read_file_or_empty_str(file, comment_tag=None):
f"corridor = {MODEL_PATH}.corridor.model:Model",
f"csv_player = {MODEL_PATH}.csv_player.csv_player:CSVPlayer",
f"data_collector = {MODEL_PATH}.data_collector.data_collector:DataCollector",
f"evacuation_point_resolution = {MODEL_PATH}.evacuation_point_resolution:EvacuatonPointResolution", # noqa: E501
f"generalized_journey_time = {MODEL_PATH}.generalized_journey_time.gjt_model:GJTModel",
f"netcdf_player = {MODEL_PATH}.netcdf_player.netcdf_player:NetCDFPlayer",
f"operational_status = {MODEL_PATH}:OperationalStatusModel",
Expand Down

0 comments on commit 3aa1b29

Please sign in to comment.