Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pyatsoleiloutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
PA
Optics
pyatsoleiloutils
Commits
ee2e2b7c
Commit
ee2e2b7c
authored
1 year ago
by
BLANCO-GARCIA
Browse files
Options
Downloads
Patches
Plain Diff
fixes bug in returned values
parent
8778797d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyatsoleiloutils/readmatfile.py
+1
-2
1 addition, 2 deletions
pyatsoleiloutils/readmatfile.py
with
1 addition
and
2 deletions
pyatsoleiloutils/readmatfile.py
+
1
−
2
View file @
ee2e2b7c
...
...
@@ -34,7 +34,6 @@ def readmomapmat(
s_indexes
=
f
[
'
momap
'
][
'
s_indexes
'
][:]
s_array
=
f
[
'
momap
'
][
'
s_array
'
][:]
index_first_element
=
f
[
'
momap
'
][
'
index_first_element
'
][:]
f
.
close
()
return
momap_pn
,
s_indexes
,
s_array
,
first_element
_index
return
momap_pn
,
s_indexes
,
s_array
,
index_
first_element
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