Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed Oct 27, 2024
1 parent 6f5f88e commit 841880d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/directivities/plot_directivity_3D.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import matplotlib.pyplot as plt
import numpy as np

from pyroomacoustics.directivities import DirectionVector, HyperCardioid

orientation = DirectionVector(azimuth=0, colatitude=45, degrees=True)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"""

import matplotlib.pyplot as plt

import pyroomacoustics as pra
from pyroomacoustics.directivities import (
Cardioid,
Expand Down

0 comments on commit 841880d

Please sign in to comment.