Skip to content

Commit

Permalink
Move csv_export2 into ert
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Jul 30, 2024
1 parent 358267b commit 108afc9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 498 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ repository = "https://github.com/equinor/semeio"

[project.entry-points."ert"]
semeio_forward_models = "semeio.hook_implementations.forward_models"
CsvExport2Job = "semeio.workflows.csv_export2.csv_export2"
AhmAnalysisJob = "semeio.workflows.ahm_analysis.ahmanalysis"
LocalisationConfigJob = "semeio.workflows.localisation.local_config_script"

[project.entry-points."console_scripts"]
csv_export2 = "semeio.workflows.csv_export2.csv_export2:cli"
overburden_timeshift = "semeio.forward_models.scripts.overburden_timeshift:main_entry_point"
design2params = "semeio.forward_models.scripts.design2params:main_entry_point"
gendata_rft = "semeio.forward_models.scripts.gendata_rft:main_entry_point"
Expand Down
Empty file.
154 changes: 0 additions & 154 deletions src/semeio/workflows/csv_export2/csv_export2.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_console_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@pytest.mark.parametrize(
"entry_point",
[
"csv_export2",
"overburden_timeshift",
"design2params",
"gendata_rft",
Expand Down
Empty file.
69 changes: 0 additions & 69 deletions tests/workflows/csv_export2/conftest.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit 108afc9

Please sign in to comment.