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

[CI]: Fix examples #352

Merged
merged 5 commits into from
Jul 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
fraimondo committed Jul 18, 2024
commit 6c621b8a24d65f16978303473f858a9df47da8ec
2 changes: 1 addition & 1 deletion examples/run_ets_rss_marker.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# List all the features
print(db.list_features())
# Read extracted features
df_rssets = db.read_df(feature_name="BOLD_Schaefer100x17_RSSET_rss_ets")
df_rssets = db.read_df(feature_name="BOLD_Schaefer200x17_RSSETS_rss_ets")

###############################################################################
# Now we take a look at the dataframe
Expand Down
Loading