in3Utils.cfgHandling.removeSimsNotMatching

removeSimsNotMatching(simDF, key, value)[source]

remove simulations from simDF that do not match filtering critera

Parameters
  • simDF (pandas dataframe) – dataframe with one row per simulation and info on its characteristics, parameters used,..

  • key (str) – name of parameter that shall be used for filtering

  • value (list) – list of parameter values used for filtering

Returns

simDF – updated dataframe with only those simulations that match filtering criteria

Return type

pandas dataframe