Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mfsimulation): repair change for case insensitive model names (#897)
A recent change was made to allow case insensitive model names to be added to IMS solutions. This change broke some previous functionality. This PR simply checks to make sure that .lower() is not applied to None.
- Loading branch information