Skip to content

Commit

Permalink
Update frontend and tweak plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Jun 12, 2022
1 parent 608cba3 commit 9dfb1ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: HEnquist/camillagui
ref: v1.0.0-rc3
ref: v1.0.0-rc4
- name: Build and publish
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: HEnquist/camillagui
ref: v1.0.0-rc3
ref: v1.0.0-rc4
- name: Build and publish
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion backend/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def eval_filter_values(request):
config,
name=(content["name"]),
samplerate=samplerate,
npoints=300,
npoints=1000,
)
data["channels"] = channels
data["options"] = options
Expand Down

0 comments on commit 9dfb1ca

Please sign in to comment.