Skip to content

Commit

Permalink
Update test_filter_datasets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhanuja authored Dec 16, 2023
1 parent c3cbb68 commit 6024bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filter_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import pysaliency
import pysaliency.filter_datasets as filter_datasets
from pysaliency.filter_datasets import filter_fixations_by_attribute, filter_stimuli_by_attribute, filter_scanpaths_by_attribute, filter_scanpaths_by_length, create_subset
from pysaliency.filter_datasets import filter_fixations_by_attribute, filter_stimuli_by_attribute, filter_scanpaths_by_attribute, filter_scanpaths_by_length, create_subset, remove_stimuli_without_fixations
from test_datasets import compare_fixations, compare_scanpaths


Expand Down

0 comments on commit 6024bfb

Please sign in to comment.