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

hot_spot_map file is not saved (see description) #6

Open
caco13 opened this issue Oct 25, 2019 · 0 comments
Open

hot_spot_map file is not saved (see description) #6

caco13 opened this issue Oct 25, 2019 · 0 comments

Comments

@caco13
Copy link
Contributor

caco13 commented Oct 25, 2019

There’s not an entry in experiment.models get_data_file_dir(instance, filename) to save hot_spot_map. It was introduced the code that solves the issue. Make a test for this and uncomment code.

Code in experiment.models:~1131-1140

elif isinstance(instance, HotSpot):

#     directory = path.join(
#         'data_collection_files',
#         str(instance.tms_data.subject_of_group.group.experiment.id),
#         str(instance.tms_data.subject_of_group.group.id),
#         str(instance.tms_data.subject_of_group.subject.id),
#         str(instance.tms_data.data_configuration_tree.id if instance.tms_data.data_configuration_tree else 0),
#         'hot_spot_map'
#     )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant