Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTDAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
CTDAS
CTDAS
Merge requests
!9
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
woude033/CTDAS:master
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Woude, Auke van der
requested to merge
woude033/CTDAS:master
into
master
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
The print messages that were used for testing are removed in this merge
0
0
Merge request reports
Viewing commit
e95ef29d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e95ef29d
Auke tests making change to master through fork as well
· e95ef29d
Auke van der Woude
authored
5 years ago
da/test/test_optimizer.py
+
1
−
1
Options
@@ -22,7 +22,7 @@ File created on 04 Aug 2010.
"""
print
(
"
Ingrid is testing git here
"
)
print
(
'
Auke as well!
'
)
def
serial_py_against_serial_fortran
():
"""
Test the solution of the serial algorithm against the CT cy2 fortran generated one
"""
Loading