Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
YouGuessedMyName committed Jun 26, 2024
1 parent 6cc9160 commit 078a147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stormvogel/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ipywidgets import interact
from IPython.display import display
from fractions import Fraction
#
##
class Visualization:
"""Handles visualization of a Model using a pyvis Network."""
def __init__(self, model: Model, name: str, notebook: bool=True, cdn_resources: str="remote") -> None:
Expand Down

0 comments on commit 078a147

Please sign in to comment.