Skip to content

Commit

Permalink
update (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadifawaz1999 authored Nov 4, 2024
1 parent ecf3401 commit 5fb16be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Generating the MCM on the [following example](https://github.com/MSD-IRIMAS/Mult

```
import pandas as pd
from MCM import MCM
from multi_comp_matrix import MCM
df_results = pd.read_csv('path/to/csv')
Expand All @@ -59,7 +59,7 @@ Generating the MCM on the [following example](https://github.com/MSD-IRIMAS/Mult

```
import pandas as pd
from MCM import MCM
from multi_comp_matrix import MCM
df_results = pd.read_csv('path/to/csv')
Expand All @@ -83,7 +83,7 @@ and by excluding them in the rows.

```
import pandas as pd
from MCM import MCM
from multi_comp_matrix import MCM
df_results = pd.read_csv('path/to/csv')
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if __name__ == "__main__":
path_res = "./results_example.csv"
output_dir = "../"
output_dir = "./"

df_results = pd.read_csv(path_res)

Expand Down

0 comments on commit 5fb16be

Please sign in to comment.