Skip to content

Commit

Permalink
Delinting
Browse files Browse the repository at this point in the history
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
  • Loading branch information
srrisbud committed Jan 26, 2024
1 parent f97c96d commit 85c04e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lava/lib/optimization/solvers/generic/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ def _prepare_profiler(self, config: SolverConfig, run_cfg) -> None:
if config.probe_energy:
self._profiler.energy_probe(
num_steps=config.timeout,
keep_tmp_dir = config.keep_temp_probe_data,
tmp_dir_path = config.temp_probe_data_dir)
keep_tmp_dir=config.keep_temp_probe_data,
tmp_dir_path=config.temp_probe_data_dir)
if config.probe_activity:
self._profiler.activity_probe(
keep_tmp_dir=config.keep_temp_probe_data,
Expand Down

0 comments on commit 85c04e4

Please sign in to comment.