Skip to content

Commit

Permalink
Simplify normalisation (#147)
Browse files Browse the repository at this point in the history
This PR:
- restructures veda-tags.json
- removes apply_postnormalisation_fixes
- moves info on which tables can be discarded if empty to `config`

---------

Co-authored-by: Siddharth Krishna <[email protected]>
  • Loading branch information
olejandro and siddharth-krishna authored Dec 6, 2023
1 parent 4dade4b commit 8869a68
Show file tree
Hide file tree
Showing 4 changed files with 2,311 additions and 1,570 deletions.
1 change: 0 additions & 1 deletion times_reader/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def convert_xl_to_times(
lambda config, tables: [
transforms.remove_comment_rows(config, t) for t in tables
],
transforms.apply_postnormalisation_fixes,
transforms.generate_dummy_processes,
transforms.process_transform_insert_variants,
transforms.process_transform_insert,
Expand Down
Loading

0 comments on commit 8869a68

Please sign in to comment.