-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add endpoints for LIF to TIFF conversion #267
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ient, server, and developer installations. Commented on sections of code that have been successfully ported over to pyproject.toml. Rearranged groups for human readability.
…ed for pip installation of Murfey. Tested with Python 3.11.8.
…ace it when found.
…ss. Doesn't appear to be working just yet. Will need to find plugin that allows flake8 to interpret .toml configuration entries.
…version information). Pre-commit now runs through to completion, albeit with many errors.
…g.yaml file, allowing pre-commit to correctly implement Flake8 checks using the settings specified in the pyproject.toml file. Currently, only the mypy check is still failing.
…e for Flake8-pyproject communication.
…for behavioural differences between single and double quotes.
…potentially be None, so encased paragraph in an if block to check if TransportManager is valid.
… no attribute MurfeyTUI. Commented out paragraphs associated with that function until confirmation that file is no longer needed.
…ml to investiga te differences in implemented corrections.
…to setup-update Updated branch to reflect latest changes to main branch.
… Pre-Commit settings in pyproject.toml and pre-commit-config.yaml instead.
…non-critical warning messages, and print out clearer messages.
…and fix mypy complaint
… Freeze at 8.1.0.
Merged recent changes from main branch
…to cryo-clem-endpoints
…to post messages with
tieneupin
added
server
Relates to the server component
client
Relates to the client component
labels
Jun 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of correlative workflow. Resolves #264. Part of work on #288.