Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start to make the code compatible with MatrixObj #10

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

fingolfin
Copy link
Member

  • replace uses of Length by NrRows or NrCols
  • replace mat[i][j] by mat[i,j]

This requires GAP >= 4.9.

This is a first step towards addressing issue #7 raised by @ThomasBreuer. Much more is needed (e.g. BaseDomain should be used), but this first step should be uncontroversial (plus I think it is helpful to not do too much in a single PR anyway).

@codecov
Copy link

codecov bot commented May 15, 2021

Codecov Report

Merging #10 (afdc702) into master (a87e132) will increase coverage by 0.02%.
The diff coverage is 69.89%.

❗ Current head afdc702 differs from pull request most recent head 23952a0. Consider uploading reports for the commit 23952a0 to get more accurate results

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   67.87%   67.89%   +0.02%     
==========================================
  Files           4        4              
  Lines        2991     2993       +2     
==========================================
+ Hits         2030     2032       +2     
  Misses        961      961              
Impacted Files Coverage Δ
lib/forms.gi 62.72% <63.44%> (ø)
lib/recognition.gi 79.09% <92.68%> (+0.07%) ⬆️

- replace uses of `Length` by `NrRows` or `NrCols`
- replace `mat[i][j]` by `mat[i,j]`

This requires GAP >= 4.9
@jdebeule jdebeule merged commit 0fdeb1b into gap-packages:master Jul 7, 2021
@fingolfin fingolfin deleted the mh/matobj branch July 7, 2021 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants