Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Merge requests
!121
Resolve "Dependency pyplnoise is no longer available"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Dependency pyplnoise is no longer available"
99-dependency-pyplnoise-is-no-longer-available
into
master
Overview
5
Commits
5
Pipelines
5
Changes
1
Merged
Olaf Hartwig
requested to merge
99-dependency-pyplnoise-is-no-longer-available
into
master
2 years ago
Overview
5
Commits
5
Pipelines
5
Changes
1
Expand
Closes
#99 (closed)
Remove pyplnoise as a dependecy
Add pyplnoise as a submodule
Edited
2 years ago
by
Jean-Baptiste Bayle
0
0
Merge request reports
Viewing commit
5c11649c
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5c11649c
Fix import order
· 5c11649c
Olaf Hartwig
authored
2 years ago
lisainstrument/noises.py
+
2
−
1
Options
@@ -11,11 +11,12 @@ Authors:
import
logging
import
numpy
as
np
from
.dependencies
import
pyplnoise
from
numpy
import
pi
,
sqrt
from
lisaconstants
import
c
from
.dependencies
import
pyplnoise
logger
=
logging
.
getLogger
(
__name__
)
Loading