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
In this exemplary screenshot, the number of datasets plotted (3) does not align with the number of datasets selected for plotting (4). There probably is something wrong with the part that plots data.
The text was updated successfully, but these errors were encountered:
This just happened to me and saving+reopening the session did not help. It happened after I tried to create a new set of plots - not only I had double the number of plots that I was supposed to have in 1 window, but also the number of filters I had suddenly doubled. Then I was not able to open the session, an error came up.:
Unhandled exception in Shape-Out version 2.17.0:
Traceback (most recent call last):
File "ShapeOut2Launcher.py", line 4, in
File "shapeout2_main_.py", line 35, in main
window = ShapeOut2(*app.arguments()[1:])
File "shapeout2\gui\main.py", line 215, in init
self.on_action_open(path=apath)
File "shapeout2\gui\main.py", line 781, in on_action_open
session.open_session(path, self.pipeline, search_paths)
File "shapeout2\session.py", line 353, in open_session
import_filters(arc.open("filters.sof"), pipeline, strict=True)
File "shapeout2\session.py", line 110, in import_filters
import_filter_set(path, pipeline, strict)
File "shapeout2\session.py", line 158, in import_filter_set
filt = Filter(identifier=state["identifier"])
File "shapeout2\pipeline\filter.py", line 42, in init
raise ValueError("Filter with identifier "
ValueError: Filter with identifier 'Filter_1' already exists!
In this exemplary screenshot, the number of datasets plotted (3) does not align with the number of datasets selected for plotting (4). There probably is something wrong with the part that plots data.
The text was updated successfully, but these errors were encountered: