Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alibylite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Swain Lab
aliby
alibylite
Commits
dd478bbe
Commit
dd478bbe
authored
2 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
add .readthedocs and other conveniences
parent
f8e7ba92
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/group.py
+2
-2
2 additions, 2 deletions
core/group.py
core/multisignal/__init__.py
+3
-0
3 additions, 0 deletions
core/multisignal/__init__.py
core/report.py
+1
-1
1 addition, 1 deletion
core/report.py
with
6 additions
and
3 deletions
core/group.py
+
2
−
2
View file @
dd478bbe
"""
"""
Class to group multiple positions into one using one
of several
criteria.
Class to group multiple positions into one using one
different available
criteria.
"""
"""
from
pathlib
import
Path
from
pathlib
import
Path
...
@@ -9,7 +9,7 @@ import h5py
...
@@ -9,7 +9,7 @@ import h5py
import
pandas
as
pd
import
pandas
as
pd
from
agora.io.bridge
import
groupsort
from
agora.io.bridge
import
groupsort
from
postprocessor.core
.io.signal
import
Signal
from
agora
.io.signal
import
Signal
from
postprocessor.core.abc
import
ParametersABC
,
ProcessABC
from
postprocessor.core.abc
import
ParametersABC
,
ProcessABC
...
...
This diff is collapsed.
Click to expand it.
core/multisignal/__init__.py
0 → 100644
+
3
−
0
View file @
dd478bbe
"""
Collection of processes that work on multiple signals.
"""
This diff is collapsed.
Click to expand it.
core/report.py
+
1
−
1
View file @
dd478bbe
#!/usr/bin/env python3
#!/usr/bin/env python3
"""
"""
System that produce a report summarising th
e results of an experiment.
Automatic summarissed report to condens
e results of an experiment.
It should NOT contain text beyond labels and titles.
It should NOT contain text beyond labels and titles.
The most efficient way to communicate information is (inteligently) colour-coded figures and tables.
The most efficient way to communicate information is (inteligently) colour-coded figures and tables.
...
...
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