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
Current patch action PatchActionInsert inserts cells based on a single number. For example:
<action.parameter id="INSERT_NUMBER" value="N" />
will initialize N cells for the population.
Proposal:
Update PatchSeries to additionally parse configs in the form: <action.parameter id="INSERT_PERCENT" value="N" /> or <action.parameter id="INSERT_NUMBER" value="N" />
to mimic behavior added in #53.
This issue is similar to #49.
Adding this feature is necessary for #21.
The text was updated successfully, but these errors were encountered:
Current patch action
PatchActionInsert
inserts cells based on a single number. For example:<action.parameter id="INSERT_NUMBER" value="N" />
will initialize N cells for the population.
Proposal:
Update PatchSeries to additionally parse configs in the form:
<action.parameter id="INSERT_PERCENT" value="N" />
or
<action.parameter id="INSERT_NUMBER" value="N" />
to mimic behavior added in #53.
This issue is similar to #49.
Adding this feature is necessary for #21.
The text was updated successfully, but these errors were encountered: