Skip to content

Commit

Permalink
updating pyciemss hash (#112)
Browse files Browse the repository at this point in the history
* updating pyciemss hash

* removing is_greater_than
  • Loading branch information
Tom-Szendrey authored Aug 8, 2024
1 parent 34e6584 commit c2cee19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ httpx = "^0.24.1"


[tool.poe.tasks]
install-pyciemss = "pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@672201f44752e40ed3a92a335ada136bc30f776e --use-pep517"
install-pyciemss = "pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@adeb6b974746f86b20597e3d037041121e8ac9c9 --use-pep517"


[tool.pytest.ini_options]
Expand Down
1 change: 0 additions & 1 deletion service/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class HMIDynamicIntervention(BaseModel):
parameter: str
threshold: float
value: float
is_greater_than: bool


class HMIInterventionPolicy(BaseModel):
Expand Down

0 comments on commit c2cee19

Please sign in to comment.