salilab / IHMValidation

Validation software for integrative models deposited to PDB
MIT License
2 stars 2 forks source link

Remove redundant path variables #63

Closed aozalevsky closed 1 year ago

aozalevsky commented 1 year ago

Fixes #60

aozalevsky commented 1 year ago

@benmwebb this PR fails due to a mismatch of bokeh versions which was fixed in #65. I don't think that I should duplicate the change in this branch too.

benmwebb commented 1 year ago

No, it is failing due to a flake test. I rebased it (closed and reopened) after applying your bokeh fix.

aozalevsky commented 1 year ago

oh, I see. It is still strange though because it fails on files unaffected by the change. Did you change the testing workflow recently? I don't see any commits.

I can fix flake8 errors in this branch, but do not want to mix apples and oranges in one place.

benmwebb commented 1 year ago

Probably it's just a newer version of flake8 that is being more strict. Totally up to you whether you want to address these issues in this PR or in a separate one.