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

Replace createBigDataViewer() and createTrackScheme() with createView() #8

Closed
wants to merge 1 commit into from

Conversation

ksugar
Copy link

@ksugar ksugar commented Jul 29, 2024

I found that some lines in the docs are outdated.

createBigDataViewer() and createTrackScheme() need to be replaced with createView(), otherwise the lines would give the following errors.

AttributeError: 'org.mastodon.mamut.WindowManager' object has no attribute 'createBigDataViewer'
AttributeError: 'org.mastodon.mamut.WindowManager' object has no attribute 'createTrackScheme'

AttributeError: 'org.mastodon.mamut.WindowManager' object has no attribute 'createBigDataViewer'
@tinevez
Copy link
Contributor

tinevez commented Jul 29, 2024

I am thinking instead of reinstating these methods, because of the importance of these views. Would you agree?

@ksugar
Copy link
Author

ksugar commented Jul 29, 2024

Yes, I agree with you. createView() is great in terms of the extensibility, but not so intuitive.
Having createBigDataViewer() and createTrackScheme() in addition to the general createView() would be nice.

@tinevez
Copy link
Contributor

tinevez commented Jul 30, 2024

@ksugar can you test this branch and check that it works with the scripts?

mastodon-sc/mastodon#320

@ksugar
Copy link
Author

ksugar commented Jul 30, 2024

Hi @tinevez , it works as expected!

@tinevez
Copy link
Contributor

tinevez commented Aug 1, 2024

Fixed via mastodon-sc/mastodon#320

@tinevez tinevez closed this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants