Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Komodo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dragoon
Komodo
Commits
8448845d
Verified
Commit
8448845d
authored
10 months ago
by
STEVAN Antoine
Browse files
Options
Downloads
Patches
Plain Diff
rename core function to `run`
parent
d5556206
No related branches found
No related tags found
1 merge request
!142
remove "end to end" test case from "inbreeding"
Pipeline
#5390
passed
10 months ago
Stage: fmt
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bins/inbreeding/src/main.rs
+2
-2
2 additions, 2 deletions
bins/inbreeding/src/main.rs
with
2 additions
and
2 deletions
bins/inbreeding/src/main.rs
+
2
−
2
View file @
8448845d
...
...
@@ -58,7 +58,7 @@ fn measure_inbreeding<F: PrimeField>(
}
#[allow(clippy::too_many_arguments)]
fn
r
ecoding
<
F
,
Fun
>
(
fn
r
un
<
F
,
Fun
>
(
bytes
:
&
[
u8
],
k
:
usize
,
n
:
usize
,
...
...
@@ -187,7 +187,7 @@ fn main() {
"k-recoding: k = {}, n = {}, strategy = {:?}, environment = {:?}"
,
cli
.k
,
cli
.n
,
strategy
,
environment
,
);
let
_
=
r
ecoding
::
<
ark_pallas
::
Fr
,
_
>
(
let
_
=
r
un
::
<
ark_pallas
::
Fr
,
_
>
(
&
bytes
,
cli
.k
,
cli
.n
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment