-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There has been talks of making this project into a library and letting each forward model creator manage there own forward model. For this we need a prorper and clear standard that each project can inherit and abide by. What better way then starting with the parser standard. New parser standard: - uses three main cammands, run, lint, and schema - retains backwards compatibility with old adhoc version - library is plug-n-play
- Loading branch information
1 parent
0c43c93
commit 75b9b0e
Showing
27 changed files
with
755 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from everest_models.jobs.fm_add_templates.cli import main_entry_point | ||
from everest_models.jobs.fm_well_swapping.cli import main_entry_point | ||
|
||
__all__ = ["main_entry_point"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.