martinbiel / StochasticPrograms.jl

Julia package for formulating and analyzing stochastic recourse models.
MIT License
75 stars 25 forks source link

Typo in DecisionSparseAxisArray in macros.jl #14

Closed maramos874 closed 3 years ago

maramos874 commented 3 years ago

Hi, Just noticed that when using sparse-decisions arrays with the L-Shaped optimizer, an error was raised due to a typo in DecisionSparseAxisArray in macros.jl (Line 126, spelled "DecisionSpareAxisArray").

Kind regards