We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12e395 commit 99b34ddCopy full SHA for 99b34dd
1 file changed
simpeg_drivers/joint/driver.py
@@ -275,7 +275,10 @@ def validate_create_models(self):
275
model_collection = getattr(self.models, f"_{model_type}")
276
277
# If set on joint driver, repeat for all drivers
278
- if model_collection.model is not None:
+ if (
279
+ model_collection.model is not None
280
+ and model_collection.trim_active_cells
281
+ ):
282
model = np.kron(np.ones(len(self.mapping)), model_collection.model)
283
284
# Concatenate models from individual drivers projected onto the global mesh
0 commit comments