You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor PeaksAnnotatorTest and remove DesktopGenomeBrowser dependency. DesktopGenomeBrowser isn't good for tests because it's usage could result in No X11 DISPLAY variable was set, but this program performed an operation which requires it. errors. Also, existing example provokes other developers to repeat this pattern. So refactor test and PeaksAnnotator storage + make DesktopGenomeBrowser.frame not lazy in order to force all tests using DesktopGenomeBrowser to fail with No X11 DISPLAY variable was set, but this program performed an operation which requires it. immediately.
The text was updated successfully, but these errors were encountered:
Refactor PeaksAnnotatorTest and remove
DesktopGenomeBrowser
dependency.DesktopGenomeBrowser
isn't good for tests because it's usage could result inNo X11 DISPLAY variable was set, but this program performed an operation which requires it.
errors. Also, existing example provokes other developers to repeat this pattern. So refactor test andPeaksAnnotator
storage + makeDesktopGenomeBrowser.frame
not lazy in order to force all tests usingDesktopGenomeBrowser
to fail withNo X11 DISPLAY variable was set, but this program performed an operation which requires it.
immediately.The text was updated successfully, but these errors were encountered: