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

Fix output directory mix-ups when DataAnalysis output files #24

Open
rmmilewi opened this issue Jul 20, 2021 · 0 comments
Open

Fix output directory mix-ups when DataAnalysis output files #24

rmmilewi opened this issue Jul 20, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rmmilewi
Copy link
Member

It appears that data analyses like GambitCommitAuthorshipInferenceAnalysis output their generated files to the top level directory where Reposcanner is being called, rather than the specified output directory. This happens even when we explicitly direct Reposcanner to output the analysis results in the output directory like so

output = factory.createAnnotatedCSVData("{outputDirectory}/gambitAuthorIdentities.csv".format(
outputDirectory=request.getOutputDirectory()))

It's possible that we're failing to set the output directory correctly when generating requests to pass to DataAnalysis instances.

@rmmilewi rmmilewi added the bug Something isn't working label Jul 20, 2021
@rmmilewi rmmilewi self-assigned this Jul 20, 2021
@rmmilewi rmmilewi changed the title Fix output directory mix-ups when DataAnalyses output files Fix output directory mix-ups when DataAnalysis output files Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant