Skip to content

Commit

Permalink
fix: update the moa.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
YibinSun authored and hmgomes committed May 13, 2024
1 parent 6cd23af commit b84086f
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 @@ -6,7 +6,7 @@ moa_path: "src/capymoa/jar/moa.jar"
# 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/f5xz2evjllqk87fjvi06m/240412_moa.jar?rlkey=1nwlfj3awhh3lsnme37k947lb&e=1&st=kdhx1e69&dl=1"
moa_url: "https://www.dropbox.com/scl/fo/5zk9brvp900gwyc8x1jd7/AOuEoSQd0nC7RFwu4mtNCws/moajar/240427_moa.jar?rlkey=cvz3ei2ay4gbltv3bytoh50t9&dl=1"
moa_url: "https://www.dropbox.com/scl/fi/kd2pvgqjsc3u148it1i4u/240506_moa.jar?rlkey=af1fsqoftnz1u0captpuwcx9d&st=clm92084&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 @@ -5,7 +5,7 @@
import warnings
import os

_MOA_JAR_HASH="725761e4ea28fea96b9f33847042133e41c33d4451f28a70bdd856d438b0b925"
_MOA_JAR_HASH="7a3c99f761dc291efa34cd2adad9ba50d8458eea6734fb002c1e1a284c51312f"

def test_imports():
assert jpype.isJVMStarted(), "JVM should be started automatically when importing capymoa"
Expand Down

0 comments on commit b84086f

Please sign in to comment.