bluesky / suitcase-tiff

http://nsls-ii.github.io/suitcase
Other
2 stars 5 forks source link

changing the formatiing of file_prefix in tiff_stack #27

Closed awalter-bnl closed 5 years ago

awalter-bnl commented 5 years ago

This updates the file_prefix formatting in tiff_stack to match that in tiff_series.

Previous approach

file_prefix='{uid}'

New approach

file_prefix='{start[uid]}'

awalter-bnl commented 5 years ago

the failing tests should be resolved when https://github.com/bluesky/suitcase-utils/pull/24 is merged int suitcase-utils as this updates one of the pytest.fixtures used here.

awalter-bnl commented 5 years ago

cycling to start a new test run

awalter-bnl commented 5 years ago

It appears that the suitcases are pinned to suitcase-utils>=0.1.0rc2 in requirements-dev.txt. This and the other PR's will need to use the recently merged PR to the master branch to pass the tests.

What is the best solution to this issue?