Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
io
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
io
Merge requests
!15
Fix
#10
: Remove incorrect error logging
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix
#10
: Remove incorrect error logging
frequency-and-monotonic
into
master
Overview
1
Commits
1
Pipelines
1
Changes
2
Merged
Fix #10: Remove incorrect error logging
mhocke
requested to merge
frequency-and-monotonic
into
master
May 25, 2021
Overview
1
Commits
1
Pipelines
1
Changes
2
I also deleted the associated test.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5e40362f
1 commit,
May 25, 2021
2 files
+
0
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/robofish/io/file.py
+
0
−
2
View file @ 5e40362f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -207,8 +207,6 @@ class File(h5py.File):
calendar_time_points
:
Iterable
=
None
,
default
:
bool
=
False
,
):
if
frequency_hz
is
not
None
and
monotonic_time_points_us
is
not
None
:
logging
.
exception
(
"
Specify either frequency_hz or timestamps, not both.
"
)
# Find Name for sampling if none is given
if
name
is
None
:
Loading