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
Michiel Cottaar
fsl_mrs
Commits
4b50dab5
Commit
4b50dab5
authored
Oct 30, 2020
by
William Clarke
Browse files
rename aux folder which is reserved on Windows. Issue #3.
parent
77cb289d
Changes
7
Hide whitespace changes
Inline
Side-by-side
fsl_mrs/aux/__init__.py
→
fsl_mrs/aux
iliary
/__init__.py
View file @
4b50dab5
File moved
fsl_mrs/aux/configargparse.py
→
fsl_mrs/aux
iliary
/configargparse.py
View file @
4b50dab5
File moved
fsl_mrs/scripts/fsl_mrs
View file @
4b50dab5
...
...
@@ -9,7 +9,7 @@
# SHBASECOPYRIGHT
# Quick imports
from
fsl_mrs.aux
import
configargparse
from
fsl_mrs.aux
iliary
import
configargparse
from
fsl_mrs
import
__version__
from
fsl_mrs.utils.splash
import
splash
...
...
fsl_mrs/scripts/fsl_mrs_preproc
View file @
4b50dab5
...
...
@@ -9,7 +9,7 @@
# SHBASECOPYRIGHT
# Quick imports
from
fsl_mrs.aux
import
configargparse
from
fsl_mrs.aux
iliary
import
configargparse
from
fsl_mrs
import
__version__
from
fsl_mrs.utils.splash
import
splash
from
fsl_mrs.utils
import
mrs_io
...
...
fsl_mrs/scripts/fsl_mrs_proc
View file @
4b50dab5
...
...
@@ -9,7 +9,7 @@
# SHBASECOPYRIGHT
# Imports
from
fsl_mrs.aux
import
configargparse
from
fsl_mrs.aux
iliary
import
configargparse
from
fsl_mrs
import
__version__
from
fsl_mrs.utils.splash
import
splash
from
os
import
makedirs
...
...
fsl_mrs/scripts/fsl_mrsi
View file @
4b50dab5
...
...
@@ -7,7 +7,7 @@
#
# Copyright (C) 2019 University of Oxford
from
fsl_mrs.aux
import
configargparse
from
fsl_mrs.aux
iliary
import
configargparse
from
fsl_mrs
import
__version__
from
fsl_mrs.utils.splash
import
splash
...
...
setup.py
View file @
4b50dab5
...
...
@@ -27,7 +27,7 @@ setup(name='fsl_mrs',
'fsl_mrs.utils.synthetic'
,
'fsl_mrs.denmatsim'
,
'fsl_mrs.mmbasis'
,
'fsl_mrs.aux'
'fsl_mrs.aux
iliary
'
],
package_data
=
{
'fsl_mrs.denmatsim'
:[
'spinSystems.json'
],
'fsl_mrs.mmbasis'
:[
'mmbasis.json'
],
...
...
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