Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
resonATe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OTNDC
resonATe
Commits
8f8c6159
Commit
8f8c6159
authored
Mar 06, 2019
by
Alex Nunes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed commented out normalization line in REI
parent
1002ab1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resonate/receiver_efficiency.py
resonate/receiver_efficiency.py
+1
-1
No files found.
resonate/receiver_efficiency.py
View file @
8f8c6159
...
...
@@ -98,7 +98,7 @@ def REI(detections, deployments):
print
(
"No valid deployment record for "
+
name
)
# Normalize REIs to value from 0 to 1
#
station_reis.rei = station_reis.rei / station_reis.rei.sum()
station_reis
.
rei
=
station_reis
.
rei
/
station_reis
.
rei
.
sum
()
# Cleanup and return the station REI's
del
deployments
...
...
Write
Preview
Markdown
is supported
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