Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Cassiopée
nghyd
Merge requests
!64
Resolve "Ajout du module Bief"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Ajout du module Bief"
299-ajout-du-module-bief
into
master
Overview
0
Commits
8
Pipelines
0
Changes
19
Merged
David Dorchies
requested to merge
299-ajout-du-module-bief
into
master
5 years ago
Overview
0
Commits
8
Pipelines
0
Changes
19
Expand
Closes
#299 (closed)
Edited
5 years ago
by
David Dorchies
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
145968a5
8 commits,
5 years ago
19 files
+
362
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
e2e/calculate-all-params.e2e-spec.ts
+
1
−
1
Options
@@ -18,7 +18,7 @@ describe("ngHyd − calculate all parameters of all calculators", () => {
});
// get calculators list (IDs) @TODO read it from config, but can't import jalhyd here :/
const
calcTypes
=
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
8
,
9
,
10
,
11
,
12
,
13
,
15
,
17
,
18
,
19
,
20
];
const
calcTypes
=
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
8
,
9
,
10
,
11
,
12
,
13
,
15
,
17
,
18
,
19
,
20
,
21
];
// for each calculator
for
(
const
ct
of
calcTypes
)
{
Loading