From f9b8b5fb6bd5ac0a4df27ec18baeffc88679564a Mon Sep 17 00:00:00 2001 From: Chell Date: Thu, 2 May 2024 22:24:34 +0200 Subject: [PATCH] Fix typos and update variable names in README.md and pyproject.toml --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63c567e..6347957 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Midori is a plugin-based orchestrator that allows researchers to run software en - Randomizing the order of the trials. - Switching between different treatments. - ... -- **What is an orchestrator?** Mitori is meant to be a local tool that manipulates the remote cluster to run the experiments using SSH. In this way, the overhead of the experiment on the remote cluster is minimized. +- **What is an orchestrator?** Midori is meant to be a local tool that manipulates the remote cluster to run the experiments using SSH. In this way, the overhead of the experiment on the remote cluster is minimized.
Midori as an orchestrator @@ -64,7 +64,7 @@ The `subject_path` should be a git repository that contains branches named `oran ### Parameters -- `hostname`, `username`, `password`: Mitori needs these parameters to connect to the remote node via SSH. +- `hostname`, `username`, `password`: Midori needs these parameters to connect to the remote node via SSH. - `repetitions`: The number of repetitions for the experiment. - `before_trial_cooling_time`: The cooling time before each trial, in seconds. - `trial_timespan`: The time span of each trial, in seconds. diff --git a/pyproject.toml b/pyproject.toml index f68ff29..5fc6162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "midori" -version = "1.0.0" +version = "1.0.1" description = "🍃 streamline remote software engineering experiments" authors = ["Xingwen Xiao "] readme = "README.md"