Skip to content

Commit

Permalink
WIP on lattices with new patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Beniamine committed Jan 15, 2025
1 parent 4975a6a commit 1996851
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qumin/make_lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ def lattice_command(cfg, md):

microclasses = find_microclasses(paradigms, patterns)

# Builde a wide df of patterns


log.info("Building the lattice...")
lattice = ICLattice(patterns, microclasses,
lattice = ICLattice(wide_patterns_df, microclasses,
overabundant=overabundant,
comp_prefix=comp,
aoc=cfg.lattice.aoc,
Expand Down

0 comments on commit 1996851

Please sign in to comment.