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
Traceback (most recent call last):
File "/anaconda3/envs/jupyter/bin/fitlins", line 11, in <module>
load_entry_point('fitlins', 'console_scripts', 'fitlins')()
File "/Users/markiewicz/Projects/crn/fitlins/fitlins/cli/run.py", line 212, in main
sys.exit(run_fitlins(sys.argv[1:]))
File "/Users/markiewicz/Projects/crn/fitlins/fitlins/cli/run.py", line 181, in run_fitlins
smoothing=opts.smoothing,
File "/Users/markiewicz/Projects/crn/fitlins/fitlins/workflows/base.py", line 87, in init_fitlins_wf
raise ValueError(f"Invalid smoothing level {smoothing_level}")
ValueError: Invalid smoothing level l1
--smoothing 5
results in:Related: #134. #135
The text was updated successfully, but these errors were encountered: