issues
search
OpenSourceEconomics
/
skillmodels
MIT License
12
stars
6
forks
source link
Some fixes from the renaming and immutable dtype PRs.
#46
Closed
janosg
closed
4 years ago
janosg
commented
5 years ago
Problem
39 and #41 introduced some errors in the untested visualization code.
[x]
"w"
in
with open( ..., "w")
was renamed to "mixture_weight" using find and replace
[x] Some parts of DataProcessor that are only needed for visualization tried to select columns with tuples of variables instead of lists of variables
[x] In some places, we tried to concatenate tuples with +
Problem
39 and #41 introduced some errors in the untested visualization code.
"w"
inwith open( ..., "w")
was renamed to "mixture_weight" using find and replace