Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NASA Battery Dataset
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GC TICc
16TICc19 HES-SO - Predict
NASA Battery Dataset
Commits
7821b198
Commit
7821b198
authored
6 years ago
by
Jeshon Assunçao
Browse files
Options
Downloads
Patches
Plain Diff
Make the code runnig for other os than windows
parent
29b1a9dc
Branches
Branches containing commit
No related tags found
1 merge request
!1
Resolve "Multios usage"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
explore_data.py
+1
-1
1 addition, 1 deletion
explore_data.py
with
1 addition
and
1 deletion
explore_data.py
+
1
−
1
View file @
7821b198
...
...
@@ -141,7 +141,7 @@ def main():
# TODO warning for for the [:1]
for
filepath
in
filepaths
[:
1
]:
filename
=
file
path
.
split
(
"
\\
"
)[
-
1
].
split
(
"
.
"
)[
0
]
filename
=
os
.
path
.
split
(
filepath
)[
-
1
].
split
(
"
.
"
)[
0
]
raw_mat
=
scipy
.
io
.
loadmat
(
filepath
)
mat
=
raw_mat
[
filename
][
0
][
0
][
0
][
0
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment