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
If add_completion is called on a wellspec file that doesn't contain any time cards, the new completion will be added to the same table as any existing completions for that well.
Expected behaviour: A new time card is added, as well as a new completion table, which the new completion is added to.
I have added a test to the branch fix_add_completion_no_time_card that fails due to this to help explain the issue and assist with fixing it. Please feel free to add other test cases in, however.
The text was updated successfully, but these errors were encountered:
If add_completion is called on a wellspec file that doesn't contain any time cards, the new completion will be added to the same table as any existing completions for that well.
Expected behaviour: A new time card is added, as well as a new completion table, which the new completion is added to.
I have added a test to the branch
fix_add_completion_no_time_card
that fails due to this to help explain the issue and assist with fixing it. Please feel free to add other test cases in, however.The text was updated successfully, but these errors were encountered: