Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
UW-Glance
UW-Glance
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Eva Schiffer
  • UW-GlanceUW-Glance
  • Issues
  • #44

Closed
Open
Opened Aug 12, 2020 by Eva Schiffer@evas
  • Report abuse
  • New issue
Report abuse New issue

Fix mistaken use of the PlottingFunctionFactory parent class ___init__ function

This came from Mike Walters. I've been seeing the behavior in the newer version of Glance too, but hadn't looked into it yet. Mike said:

I keep getting error messages like this:

2020-08-11 22:56:51 ERROR: (plotcreatefns) Someone has instantiated PlottingFunctionFactory. This class is NOT meant to be instantiated.

The problem here is that the subclasses of the PlottingFunctionFactory class don't have their own init() methods, so they inherit the init() method of PlottingFunctionFactory, which logs the error message. In spite of the error message, Glance runs normally. So this isn't a show stopper - it's just annoying.

Edited Aug 12, 2020 by Eva Schiffer
To upload designs, you'll need to enable LFS. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: evas/UW-Glance#44