Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyfileindex to 0.0.27 #1607

Merged
merged 10 commits into from
Aug 19, 2024
Merged

Update pyfileindex to 0.0.27 #1607

merged 10 commits into from
Aug 19, 2024

Conversation

jan-janssen
Copy link
Member

No description provided.

@jan-janssen
Copy link
Member Author

======================================================================
ERROR: test_deleted_jobs_jobstatus (database.test_no_database_project.TestNoDatabaseProject.test_deleted_jobs_jobstatus)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_base/pyiron_base/tests/unit/database/test_no_database_project.py", line 31, in test_deleted_jobs_jobstatus
    df = self.project.job_table()
         ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/project/generic.py", line 994, in job_table
    job_table = self.db.job_table(
                ^^^^^^^^^^^^^^^^^^
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/database/interface.py", line 189, in job_table
    df = self._get_job_table(
         ^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/database/filetable.py", line 599, in _get_job_table
    self.update()
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/database/filetable.py", line 517, in update
    self._fileindex.update()
  File "/home/runner/miniconda3/envs/my-env/lib/python3.12/site-packages/pyfileindex/pyfileindex.py", line 105, in update
    df_new, files_changed_lst, path_deleted_lst = self._get_changes_quick()
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/miniconda3/envs/my-env/lib/python3.12/site-packages/pyfileindex/pyfileindex.py", line 195, in _get_changes_quick
    path_deleted_lst = self._df[~pandas.Series(path_exists_bool_lst)].path.values
                       ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/miniconda3/envs/my-env/lib/python3.12/site-packages/pandas/core/frame.py", line 4093, in __getitem__
    return self._getitem_bool_array(key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/miniconda3/envs/my-env/lib/python3.12/site-packages/pandas/core/frame.py", line 4149, in _getitem_bool_array
    key = check_bool_indexer(self.index, key)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/miniconda3/envs/my-env/lib/python3.12/site-packages/pandas/core/indexing.py", line 2662, in check_bool_indexer
    raise IndexingError(
pandas.errors.IndexingError: Unalignable boolean Series provided as indexer (index of the boolean Series and of the indexed object do not match).

@jan-janssen jan-janssen changed the title Update pyfileindex to 0.0.27 and h5io_browser to 0.1.0 Update pyfileindex to 0.0.27 Aug 19, 2024
@jan-janssen jan-janssen reopened this Aug 19, 2024
@jan-janssen jan-janssen merged commit d10bc69 into main Aug 19, 2024
39 of 45 checks passed
@jan-janssen jan-janssen deleted the updates branch August 19, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant