Skip to content

Commit

Permalink
Numpy v2 Upgrade PR 2 (#2935)
Browse files Browse the repository at this point in the history
* Add linux based conda lock files

* osx arm changes

* Use genfromtxt instead of recfromtxt

* Keep the dtype the same as in recfromtxt

* Sort lines dataframe with line id and kind stable

* Do not hard code largest size of boundary interaction array

* Workflow tests

* Revert action changes

* LFS key changes

---------

Co-authored-by: Atharva Arya <aryaatharva18@moria.egr.msu.edu>
  • Loading branch information
atharva-2001 and Atharva Arya authored Feb 24, 2025
1 parent 6e790c6 commit e0297c6
Show file tree
Hide file tree
Showing 8 changed files with 1,690 additions and 1,545 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_lfs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Clone tardis-sn/tardis-regression-data
uses: actions/checkout@v4
with:
repository: ${{ inputs.regression-data-repo }}
repository: tardis-sn/tardis-regression-data
path: tardis-regression-data
sparse-checkout: ${{ inputs.atom-data-sparse == 'true' && 'atom_data/kurucz_cd23_chianti_H_He.h5' || '' }}
lfs: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lfs-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: test-lfs-cache-regression-data
with:
path: tardis-regression-data/.git/lfs
key: tardis-regression-${{ inputs.atom-data-sparse == true && 'atom-data-sparse' || 'full-data' }}-${{ hashFiles('tardis-regression-data/.lfs-files-list') }}-${{ inputs.regression-data-repo }}-v1
key: tardis-regression-${{ inputs.atom-data-sparse == 'true' && 'atom-data-sparse' || 'full-data' }}-${{ hashFiles('tardis-regression-data/.lfs-files-list') }}-${{ inputs.regression-data-repo }}-v1
lookup-only: true

- name: Fail if LFS pull is needed but not allowed
Expand Down
321 changes: 162 additions & 159 deletions conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit e0297c6

Please sign in to comment.