Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make default rfunc in StressModelBase None #186 #191

Merged
merged 2 commits into from
Apr 7, 2020
Merged

Conversation

raoulcollenteur
Copy link
Member

@raoulcollenteur raoulcollenteur commented Apr 2, 2020

Short Description

  • Allow rfunc to be none, when no response function is used in the stressmodel
  • rfunc class is now instantiated in the stress model init, not in stressmodelbase

Checklist before PR can be merged:

ps. cool the new PR request submission format works now!

- Allow rfunc to be none, when no response function is used in the stressmodel
- rfunc class is now instantiated in the stress model init, not in stressmodelbase
@raoulcollenteur raoulcollenteur added the enhancement Indicates improvement of existing features label Apr 2, 2020
@raoulcollenteur raoulcollenteur added this to the 0.15.0 milestone Apr 2, 2020
@raoulcollenteur raoulcollenteur self-assigned this Apr 2, 2020
@@ -11,7 +11,7 @@
obs = pd.read_csv("data/head_nb1.csv", index_col=0, parse_dates=True,
squeeze=True)
# add 10 cm to the series from 2007
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicking here, but should probably change the comment too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@dbrakenhoff dbrakenhoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, just one minor comment about a comment in the example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates improvement of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants