From 057d6c6ecf1b139f9cf412553de163d08ac7716e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Thu, 23 Mar 2023 16:46:12 +0100 Subject: [PATCH 1/3] simphony-osp-simlammps --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 52614bf..2dcb191 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,py38,py39,py310 +envlist = py37,py38,py39,py310,py311 [testenv] deps = From 7f5f30d668eca432f97c47aaad6f1e814675f574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Thu, 23 Mar 2023 17:12:10 +0100 Subject: [PATCH 2/3] Trigger CI From 981cb133be3ede44770b99a34ca3f7f8831e8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Thu, 23 Mar 2023 17:18:05 +0100 Subject: [PATCH 3/3] Shorten docstring of `_update_position_from_backend` to pass PEP8 --- simphony_osp_simlammps/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simphony_osp_simlammps/wrapper.py b/simphony_osp_simlammps/wrapper.py index 7dfb717..c6fd16c 100755 --- a/simphony_osp_simlammps/wrapper.py +++ b/simphony_osp_simlammps/wrapper.py @@ -207,7 +207,7 @@ def _update_position_from_backend( position: OntologyIndividual, ontology_atom: Optional[OntologyIndividual] = None, ): - """Updates a given position object with the latest values in the engine. + """Update a given position object with the latest values in the engine. Args: position: position object to update.