Skip to content

Commit

Permalink
update version in worfklows
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomitani committed Dec 11, 2023
1 parent 4a72079 commit 41f1a00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '.github/workflows/release_package.yml3.10'

- name: Install dependencies
run: |
Expand Down
2 changes: 0 additions & 2 deletions tests/test_nrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def test_all_outputs(self, raccoon: Raccoon, hashed_name: str) -> None:

truth_labels = pd.read_parquet(os.path.join(input_path, "ground_truth",
"rc_results_{:s}.pq".format(hashed_name)))
print(raccoon[1].columns)
print(truth_labels.columns)
assert_frame_equal(raccoon[1], truth_labels)

truth_tree = load_tree(os.path.join(input_path, "ground_truth",
Expand Down

0 comments on commit 41f1a00

Please sign in to comment.