You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, when pickling the force field, the entire list of forces is saved. Sometimes a force is added automatically behind the scenes (adding walls for slab and weld simulations) that we don't want to reuse in a separate simulation. Right now, wall forces are the only ones automatically added, so I'm thinking we just have a parameter like exclude_walls in the pickle_forcefield() method.
The text was updated successfully, but these errors were encountered:
Right now, when pickling the force field, the entire list of forces is saved. Sometimes a force is added automatically behind the scenes (adding walls for slab and weld simulations) that we don't want to reuse in a separate simulation. Right now, wall forces are the only ones automatically added, so I'm thinking we just have a parameter like
exclude_walls
in thepickle_forcefield()
method.The text was updated successfully, but these errors were encountered: