-
Notifications
You must be signed in to change notification settings - Fork 8
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
add ability to create a synthetic stormevent #47
base: main
Are you sure you want to change the base?
Conversation
65203c5
to
f18f5f8
Compare
f18f5f8
to
c17184d
Compare
Codecov Report
@@ Coverage Diff @@
## main #47 +/- ##
==========================================
- Coverage 91.10% 90.99% -0.11%
==========================================
Files 18 18
Lines 1854 1898 +44
==========================================
+ Hits 1689 1727 +38
- Misses 165 171 +6
|
As a follow up to the discussion at #46 (comment): If this functionality is mainly added for testing, I think we might be better off using packages such as What do you think? |
I am unsure how else to tell a There is a use case for building synthetic storms, and I think it should be possible for the user to do that; perhaps, however, it might be better to make it a separate class, like the following:
|
c17184d
to
d7cf907
Compare
I really glanced at the code updates, but in general I noticed in most of the places where there were any checks, it would just say if Having the class hierarchy would help with this. Doing so will help in making sure the necessary checks are separated from real storm checks, which makes the code clearer as well. The main thing that was bothering me was that to me it seemed like the synthetic storm was added only for testing, which could be done by |
e2c7bfc
to
0875079
Compare
7ce3180
to
4a32bf9
Compare
4a32bf9
to
26da757
Compare
No description provided.