Replies: 2 comments 3 replies
-
I am curious what others think of this. Off the top of my head, I don't see any good reason not to remove it.
Do we even validate that |
Beta Was this translation helpful? Give feedback.
-
Yeah I think things in the code should just check the internal |
Beta Was this translation helpful? Give feedback.
-
nCycles
seems redundant to me. A quick search through the code base makes me think that we could easily just infer the value from the various cycle history case settings.But before I advocate getting rid of it entirely, does anybody see a reason why it needs to exist as its own setting? I think it should still be kept internally to avoid having to do something like
len(cycleLengths)
anytime we need the number of cycles, but it could just be inferred at the start of a run and stored in the case settings data structure where it currently is.Beta Was this translation helpful? Give feedback.
All reactions