Skip to content

Commit

Permalink
CHORE: update names.
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jan 13, 2025
1 parent 6c52c8f commit 48d49f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faslr/demos/model_index_demo.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import sys

from faslr.methods.expected_loss import ExpectedLossIndex
from faslr.model import FModelIndex

from PyQt6.QtWidgets import (
QApplication
)

app = QApplication(sys.argv)

widget = ExpectedLossIndex(
widget = FModelIndex(
parent=None,
origin=list(range(2000, 2009))
)
Expand Down

0 comments on commit 48d49f5

Please sign in to comment.