MilesCranmer commited on
Commit
d3c4f72
·
unverified ·
1 Parent(s): 0dc382d

Remove huge number of operators

Browse files
Files changed (1) hide show
  1. gui/app.py +1 -9
gui/app.py CHANGED
@@ -222,24 +222,16 @@ def _settings_layout():
222
  choices=[
223
  "sin",
224
  "cos",
 
225
  "exp",
226
  "log",
227
  "square",
228
  "cube",
229
  "sqrt",
230
  "abs",
231
- "tan",
232
- "sinh",
233
- "cosh",
234
- "tanh",
235
- "atan",
236
- "asinh",
237
- "acosh",
238
  "erf",
239
  "relu",
240
  "round",
241
- "floor",
242
- "ceil",
243
  "sign",
244
  ],
245
  label="Unary Operators",
 
222
  choices=[
223
  "sin",
224
  "cos",
225
+ "tan",
226
  "exp",
227
  "log",
228
  "square",
229
  "cube",
230
  "sqrt",
231
  "abs",
 
 
 
 
 
 
 
232
  "erf",
233
  "relu",
234
  "round",
 
 
235
  "sign",
236
  ],
237
  label="Unary Operators",