Skip to content

Commit

Permalink
fix typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Nov 16, 2023
1 parent 1598b4e commit a3abe21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 0.7.9 (Upcoming release)

- Add LOPCOW (LOgarithmic Percentage Change-driven Objective Weighting) method for automatic calculation of weights.


### 0.7.8

Expand Down
2 changes: 1 addition & 1 deletion src/mcdm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function mcdm(
elseif method isa MERECMethod
merec(df, fns)
elseif method isa LOPCOWMethod
merec(df, fns)
lopcow(df, fns)
elseif method isa PIVMethod
piv(df, w, fns)
else
Expand Down

0 comments on commit a3abe21

Please sign in to comment.