Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Merge requests
!29
Fix logging for clock noise generation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix logging for clock noise generation
fix-logging
into
master
Overview
3
Commits
2
Pipelines
3
Changes
1
Merged
Jean-Baptiste Bayle
requested to merge
fix-logging
into
master
4 years ago
Overview
3
Commits
2
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f6add528
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
f6add528
Fix logging for clock noise generation
· f6add528
Jean-Baptiste Bayle
authored
4 years ago
lisainstrument/instrument.py
+
1
−
1
Options
@@ -861,7 +861,7 @@ class Instrument:
## Clock noise
logg
ing
.
info
(
"
Generating clock noise time series
"
)
logg
er
.
info
(
"
Generating clock noise time series
"
)
if
self
.
clock_freqlindrifts
==
self
.
clock_freqquaddrifts
==
0
:
# Optimize to use a scalar if we only have a constant frequency offset
Loading