Skip to content

Commit

Permalink
Change name of Figurl table
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Jul 24, 2023
1 parent c2adb1d commit 79e842b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spyglass/spikesorting/v1/figurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@

schema = dj.schema("spikesorting_v1_figurl")


@schema
class SortingView(dj.Computed):
class SpikeSortingFigURL(dj.Computed):
definition = """
-> SpikeSortingOutput
---
Expand Down

0 comments on commit 79e842b

Please sign in to comment.