From 2fb0dcf754b9d0a5b1050672c68265e47775f356 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Thu, 21 Feb 2019 15:34:27 -0500 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbe65ab..a067880 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Examples: Examples: `/simulations/*.py` or `/simulations/*.ipynb` -Single Simulation Run: `/simulations/single_config_run.py` +Single Simulation: `/simulations/single_config_run.py` ```python from tabulate import tabulate # The following imports NEED to be in the exact order @@ -70,7 +70,7 @@ print(tabulate(result, headers='keys', tablefmt='psql')) print() ``` -Parameter Sweep Simulation Run (Concurrent): `/simulations/param_sweep_run.py` +Parameter Sweep Simulation (Concurrent): `/simulations/param_sweep_run.py` ```python import pandas as pd from tabulate import tabulate @@ -98,7 +98,7 @@ for raw_result, tensor_field in run2.main(): i += 1 ``` -Multiple Simulation Runs (Concurrent): `/simulations/multi_config run.py` +Multiple Simulations (Concurrent): `/simulations/multi_config run.py` ```python import pandas as pd from tabulate import tabulate