MilesCranmer commited on
Commit
5130409
·
1 Parent(s): c253783

Add todo for cleaning up zombie processes

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -310,6 +310,7 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
310
  ## Feature ideas
311
 
312
  - [ ] Sympy printing
 
313
  - [ ] Hierarchical model, so can re-use functional forms. Output of one equation goes into second equation?
314
  - [ ] Call function to read from csv after running, so dont need to run again
315
  - [ ] Add function to plot equations
 
310
  ## Feature ideas
311
 
312
  - [ ] Sympy printing
313
+ - [ ] Better cleanup of zombie processes after <ctl-c>
314
  - [ ] Hierarchical model, so can re-use functional forms. Output of one equation goes into second equation?
315
  - [ ] Call function to read from csv after running, so dont need to run again
316
  - [ ] Add function to plot equations