Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
FINAM
finam
Merge requests
!223
Remove time coord
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove time coord
no-more-time-coord
into
main
Overview
0
Commits
3
Pipelines
2
Changes
17
Merged
Martin Lange
requested to merge
no-more-time-coord
into
main
2 years ago
Overview
0
Commits
3
Pipelines
2
Changes
17
Expand
Brings the run time for the minimal 1y simulation from 170 ms to 120 ms.
Edited
2 years ago
by
Martin Lange
👍
0
👎
0
Merge request reports
Compare
main
version 1
7311c4df
2 years ago
main (base)
and
latest version
latest version
349a1ef0
3 commits,
2 years ago
version 1
7311c4df
3 commits,
2 years ago
17 files
+
109
−
431
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
benchmarks/adapters/test_regrid.py
+
1
−
1
Options
@@ -13,7 +13,7 @@ class TestRegrid(unittest.TestCase):
def
setup_adapter
(
self
,
grid1
,
grid2
,
adapter
):
time
=
dt
.
datetime
(
2000
,
1
,
1
)
self
.
data
=
fm
.
data
.
full
(
1.0
,
"
test
"
,
fm
.
Info
(
time
=
time
,
grid
=
grid1
)
,
time
=
time
)
self
.
data
=
fm
.
data
.
full
(
1.0
,
"
test
"
,
fm
.
Info
(
time
=
time
,
grid
=
grid1
))
self
.
source
=
fm
.
modules
.
CallbackGenerator
(
callbacks
=
{
"
Step
"
:
(
lambda
t
:
self
.
data
,
fm
.
Info
(
None
,
grid
=
grid1
))},
Loading