From 260a0f1e8be2771dedbbe5b01ea917b70f6b2d8f Mon Sep 17 00:00:00 2001 From: Jeremy Zucker Date: Tue, 15 Oct 2024 09:58:30 -0700 Subject: [PATCH] Update README.md made python syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eead4929..f65cf970b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ See our [interfaces notebook](./docs/source/interfaces.ipynb) for example usage While PyCIEMSS does not require any direct interaction with ChiRho, there are some use-cases where it makes sense to (i) compile models from the [standardized JSON templates](https://github.com/DARPA-ASKEM/Model-Representations) using PyCIEMSS and then (ii) use ChiRho directly to answer advanced probabilistic and causal questions. For example, one may wish to add an uncertain intervention as described in ChiRho's [dynamical systems tutorial](https://basisresearch.github.io/chirho/dynamical_intro.html). -``` +```python from chirho.dynamical.handlers import StaticIntervention from pyciemss.compiled_dynamics import CompiledDynamics