Skip to content

Commit

Permalink
Merge branch 'main' into feature/optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Mar 23, 2024
2 parents b765f7a + 1069fe2 commit 975d311
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tests/**/compiled
tests/_machinable/remotes
tests/_machinable/storage
tests/interface/remotes
tests/interface/storage
examples/datasets

# Byte-compiled / optimized / DLL files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class TestEnv(Project):
def on_resolve_remotes(self):
return {
"mpi": "url+https://raw.githubusercontent.com/machinable-org/machinable/2670e9626eb548f6ce2301923be1f49642086d8c/docs/examples/mpi-execution/mpi.py",
"mpi": "url+https://raw.githubusercontent.com/machinable-org/machinable/main/docs/examples/mpi-execution/mpi.py",
}
2 changes: 1 addition & 1 deletion tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_interface(tmp_path):
debug = True
storage_directory = str(tmp_path / "storage")
if debug:
storage_directory = f"{wd}/_machinable/storage"
storage_directory = f"{wd}/interface/storage"

with get("machinable.index", storage_directory), get(
"machinable.project", wd
Expand Down

0 comments on commit 975d311

Please sign in to comment.