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
the issue is pretty straight-forward. the base class DatasetDefiintion has for example type: experiment: Experiment | None = None. our implementation of the public datasets, e.g. BSC, then uses experiment: Experiment = Experiment(...) which leads to the override error.
Originally posted by @SiQube in #905 (comment)
The text was updated successfully, but these errors were encountered: