Skip to content

Commit

Permalink
Merge pull request #384 from GermanZero-de/explorer-see-derived-facts…
Browse files Browse the repository at this point in the history
…-and-assumptions

Display derived facts  in the explorer.
  • Loading branch information
bgrundmann authored Feb 20, 2024
2 parents bfec334 + 5df0cb1 commit 038b286
Show file tree
Hide file tree
Showing 7 changed files with 933 additions and 821 deletions.
2 changes: 2 additions & 0 deletions commands/cmd_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@

from climatevision.generator import RefData
from climatevision.server import GeneratorRpcs
from climatevision.tracing import enable_tracing


def cmd_explorer(args: Any):
enable_tracing()
rd = RefData.load(args.year_ref)
generator_rpcs = GeneratorRpcs(rd)
with open("explorer/index.html", encoding="utf-8") as index_file:
Expand Down
Loading

0 comments on commit 038b286

Please sign in to comment.