Spectrogram: Bugfix #7

Open
Wanderelch wants to merge 1 commits from bugfix/spectrum into master
Collaborator

The number of rows within the subplot is defined via nrows. Matplotlib requires nrows as integer, but it can also be a float. The fix assigns nrows explecitely with an integer.

The number of rows within the subplot is defined via `nrows`. Matplotlib requires `nrows` as integer, but it can also be a float. The fix assigns `nrows` explecitely with an integer.
miili was assigned by Wanderelch 9 months ago
emolch was assigned by Wanderelch 9 months ago
Wanderelch added 1 commit 9 months ago
Wanderelch requested review from miili 9 months ago
Wanderelch requested review from emolch 9 months ago
Wanderelch requested review from HerrMuellerluedenscheid 9 months ago
miili was unassigned by Wanderelch 9 months ago
emolch was unassigned by Wanderelch 9 months ago

Reviewers

miili was requested for review 9 months ago
emolch was requested for review 9 months ago
HerrMuellerluedenscheid was requested for review 9 months ago
This pull request has changes conflicting with the target branch.
  • spectrogram.py
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b bugfix/spectrum master
git pull origin bugfix/spectrum

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff bugfix/spectrum
git push origin master
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pyrocko/contrib-snufflings#7
Loading…
There is no content yet.