Commit e53ba23
committed
fix pyrms issue with type identification
in pyrms typeof(kin).name comes out as ReactionMechanismSimulator.Arrhenius instead of just Arrhenius
this causes it to think it can't vectorize kinetics for these types
this adjustment removes the ReactionMechanismSimulator part from the type1 parent 2d98668 commit e53ba23
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments