Alejandro de la Vega

Results 129 comments of Alejandro de la Vega

Update: all tests in `test_layout_on_example` are passing w/ ancpbids.

Additional observations from trying to test functionality in other modules: Missing functionality: - `BIDSLayoutFile.get_df` - `get_dict` - `get_entities` - `path` and `relpath` (ancpbids Artifact only has 'name') - `layout.regex_search` -...

@erdalkaraca yes it is a higher-level API that requires reading in the `_events.tsv` files. It is independent than the querying/indexing functionality. I will admit in hindsight its a bit messy...

> > @erdalkaraca yes it is a higher-level API that requires reading in the `_events.tsv` files. > > It is independent than the querying/indexing functionality. I will admit in hindsight...

Can you try the following: ``` from pliers.utils import attempt_to_import librosa = attempt_to_import('librosa') ``` What is the variable `librosa` set to? It should say something like: ``` ``` It's hard...

Strange. This indicates that we can import those libraries, but for whatever `attempt_to_import` is failing to import inside of pliers. It's returning `None` which is what happens when it can't...

I'm working on fixing CI tests here; https://github.com/PsychoinformaticsLab/pliers/pull/486 Will also expand to Python 3.10 to see if that's the issue

It is very unusual, and possible something is strange w/ your path such that it's not loading libraries correctly. There is a docker image available if you want to try...

Some people have tried this already; https://github.com/act-labs/video_facenet

cool, let's look into it. this does sort of depend on the ancpbids backend otherwise pybids has too many dependencies / too slow, i would think