alteryx / alteryx/AlteryxPrescriptive
Erros of MPS file input
Open
bug
- Dominant language
- R
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When choosing a MPS file as input, there are errors: `Error in readFileContents(filePath) :`
The following code in utils.R
```
getValidFormats <- function() {
return(c("lp", "mod"))
}
```
shows "mps" is not considered as a valid format.
I'll work on this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.