Skip to content

Commit

Permalink
fix: update moa-url and sha256 value
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Sun authored and hmgomes committed May 23, 2024
1 parent 9675615 commit 491f617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ moa_path: "src/capymoa/jar/moa.jar"
# DROPBOX: When using a dropbox link, ensure that the dl=1 query parameter is
# present in the link. This ensures the file is downloaded directly instead
# of going to the dropbox page
moa_url: "https://www.dropbox.com/scl/fi/tiotxvygfbb6ql2w904b3/240520_moa.jar?rlkey=q0p1qj47t2nj9gbo76b94pajp&st=bva4d3wx&dl=1"
moa_url: "https://www.dropbox.com/scl/fi/88tlv50fdkn7js0hpfgvw/240522_moa.jar?rlkey=a06ap3utady3l4fz6xh85cb0n&st=m31fee1u&dl=1"

# What notebooks to skip when running them as tests.
test_skip_notebooks:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_moajar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings
import os

_MOA_JAR_HASH = "88455bef67d694c8ff3926ade33fe51ce7fdb3e65e4577838866761a7a079c7d"
_MOA_JAR_HASH = "c10abb16c87186f0da887d4a05e755117ce72eb695061735a5148b865979a8c6"


def test_imports():
Expand Down

0 comments on commit 491f617

Please sign in to comment.