Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Xiang-Ideal committed Dec 12, 2023
1 parent 8bb1d27 commit e16f3c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mathics/builtin/testing_expressions/equality_inequality.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def eval_other(self, args, evaluation):


class _MinMax(Builtin):

attributes = (
A_FLAT | A_NUMERIC_FUNCTION | A_ONE_IDENTITY | A_ORDERLESS | A_PROTECTED
)
Expand Down
2 changes: 1 addition & 1 deletion mathics/builtin/testing_expressions/list_oriented.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ArrayQ(Builtin):
= False
>> ArrayQ[{{a, b}, {c, d}}, 2, SymbolQ]
= True
ArrayQ works on sparse arrays:
>> ArrayQ[SparseArray[{{1, 2} -> a, {2, 1} -> b}]]
= True
Expand Down

0 comments on commit e16f3c2

Please sign in to comment.