Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Feb 16, 2024
1 parent c818224 commit 6c2f7c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/JuliaInterface/tst/wrapper.tst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ gap> N := Objectify(type, rec());;
gap> SetJuliaPointer(N, n);
gap> Julia.Base.typeof(N);
<Julia: BigInt>
gap> N(1);
Error, MethodError: objects of type BigInt are not callable
Maybe you forgot to use an operator such as *, ^, %, / etc. ?

## wrap a Julia function
gap> f := Objectify(type, rec());;
Expand Down

0 comments on commit 6c2f7c1

Please sign in to comment.