Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Detection eddies
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPSL
LMD
DPAO
Detection eddies
Commits
7136df71
Commit
7136df71
authored
8 months ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix: correct name of file to exclude
This should have been changed in commit
122b78b6
.
parent
096ffa76
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trajectories/Tests/tests.json
+5
-5
5 additions, 5 deletions
Trajectories/Tests/tests.json
with
5 additions
and
5 deletions
Trajectories/Tests/tests.json
+
5
−
5
View file @
7136df71
...
...
@@ -45,7 +45,7 @@
"$tests_old_dir/Segments/segments.graphml"
,
"segments_cost_functions.graphml"
,
"--debug"
],
"sel_diff_args"
:
{
"exclude"
:
[
"timings.txt"
]}
"sel_diff_args"
:
{
"exclude"
:
[
"timings
_cost
.txt"
]}
},
"Greece_segments"
:
{
"description"
:
"This is a case where the speed is not defined on a whole segment."
,
...
...
@@ -64,7 +64,7 @@
"$tests_old_dir/Greece_segments/segments.graphml"
,
"segments_cost_functions.graphml"
,
"--debug"
],
"sel_diff_args"
:
{
"exclude"
:
[
"timings.txt"
]}
"sel_diff_args"
:
{
"exclude"
:
[
"timings
_cost
.txt"
]}
},
"Cost_function_no_debug"
:
{
...
...
@@ -76,7 +76,7 @@
"$tests_old_dir/Greece_segments/segments.graphml"
,
"segments_cost_functions.graphml"
],
"sel_diff_args"
:
{
"exclude"
:
[
"timings.txt"
]}
"sel_diff_args"
:
{
"exclude"
:
[
"timings
_cost
.txt"
]}
},
"Trajectories"
:
{
"command"
:
[
...
...
@@ -235,7 +235,7 @@
"$tests_old_dir/Segments/segments.graphml"
,
"segments_cost_functions.graphml"
,
"--debug"
],
"sel_diff_args"
:
{
"exclude"
:
[
"timings.txt"
]},
"sel_diff_args"
:
{
"exclude"
:
[
"timings
_cost
.txt"
]},
"description"
:
"Same as test Cost_functions except without option --avg_fix."
},
"Greece_date"
:
{
...
...
@@ -247,7 +247,7 @@
"$tests_old_dir/Greece_segments/segments.graphml"
,
"segments_cost_functions.graphml"
,
"--debug"
],
"sel_diff_args"
:
{
"exclude"
:
[
"timings.txt"
]}
"sel_diff_args"
:
{
"exclude"
:
[
"timings
_cost
.txt"
]}
},
"Eurec4A_cost_date"
:
{
...
...
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