Closed AlexLipp closed 2 years ago
Couple errors have crept into main branch, from recent merges:
DefaultDict
geochem_inverse_optimize
defaultdict
regularizer_strength
unmix.py
This PR fixes the above.
Good catch, but DefaultDict is for indicating types, not making a defaultdict. I've made the changes you've suggested here in ed718c0c38b92b7549b7f085da31051ee1598f83 and pushed directly to master.
Couple errors have crept into main branch, from recent merges:
DefaultDict
import statement is missing ingeochem_inverse_optimize
DefaultDict
used erroneously asdefaultdict
regularizer_strength
not defined inunmix.py
.This PR fixes the above.