deepsource-autofix[bot] commited on
Commit
880ed44
1 Parent(s): 2271609

Format code with black

Browse files

This commit fixes the style issues introduced in 2271609 according to the output
from black.

Details: https://deepsource.io/gh/MilesCranmer/PySR/transform/3742733a-99b2-4e9e-aca9-3d3329a94a3d/

Files changed (1) hide show
  1. benchmarks/print_best_model.py +0 -2
benchmarks/print_best_model.py CHANGED
@@ -101,8 +101,6 @@ for trial in clean_trials:
101
  except AttributeError:
102
  value = [arg.obj for arg in possible_args[value].pos_args]
103
 
104
-
105
  params[k] = value
106
 
107
  pp.pprint({"loss": loss, "params": params})
108
-
 
101
  except AttributeError:
102
  value = [arg.obj for arg in possible_args[value].pos_args]
103
 
 
104
  params[k] = value
105
 
106
  pp.pprint({"loss": loss, "params": params})