Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-oceandsls
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oceandsl
python-oceandsls
Merge requests
!26
Tdddsl functions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Tdddsl functions
tdddsl_functions
into
main
Overview
0
Commits
17
Pipelines
1
Changes
47
Merged
Sven Gundlach
requested to merge
tdddsl_functions
into
main
1 year ago
Overview
0
Commits
17
Pipelines
1
Changes
47
Expand
add overwrite flag / fix templates / add file reference
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
99a4696b
17 commits,
1 year ago
47 files
+
3716
−
5592
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
47
Search (e.g. *.vue) (Ctrl+P)
tdd-dsl/input/tdd_dev/UVic_example_opem/tests/test_fT_ME.pf
+
4
−
2
Options
@@ -10,8 +10,10 @@ SUBROUTINE test_fT_ME()
real ( dp ) :: xIntercept = 283D0 / 19D0
real ( dp ) :: yIntercept = - ( 283D0 / 520D0 )
! # asserts x-Intercept
! auto-generated, src: tdd-dsl/input/test_fT_ME.tdd, 13:4-21:8
! asserts x-Intercept
@assertEqual( 0D0, fT_ME ( xIntercept ), message='fails x-Intercept at 14.89D0', tolerance=1D-12)
! # asserts y-Intercept
! auto-generated, src: tdd-dsl/input/test_fT_ME.tdd, 22:4-30:8
! asserts y-Intercept
@assertEqual( yIntercept, fT_ME ( 0D0 ), message='fails y-Intercept at -54.42D-2', tolerance=1D-12)
END SUBROUTINE test_fT_ME
\ No newline at end of file
Loading