Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
William Clarke
fsl_mrs
Commits
822dfa3f
Commit
822dfa3f
authored
Apr 16, 2021
by
William Clarke
Browse files
Missed some linting in last commit.
parent
1332cd2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl_mrs/core/mrs.py
View file @
822dfa3f
...
...
@@ -257,9 +257,9 @@ class MRS(object):
self
.
numPoints
)
except
misc
.
InsufficentTimeCoverageError
:
raise
BasisHasInsufficentCoverage
(
'The basis spectra covers too little time. '
'Please provide a basis with time-domain coverage '
'greater than the input data. Alternatively truncate '
'your input data.'
)
'Please provide a basis with time-domain coverage '
'greater than the input data. Alternatively truncate '
'your input data.'
)
self
.
basis_dwellTime
=
self
.
dwellTime
self
.
basis_bandwidth
=
1
/
self
.
dwellTime
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment