Skip to content

Commit

Permalink
Merge pull request #8 from djross22/add_experiment_class
Browse files Browse the repository at this point in the history
Add experiment class, with code for diagnostics plots
  • Loading branch information
ptonner authored Oct 14, 2023
2 parents fd3550d + 98ee387 commit 3882f17
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lantern/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from lantern.module import Module
from lantern import model
from lantern.experiment.experiment import Experiment
1 change: 1 addition & 0 deletions src/lantern/experiment/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from lantern.experiment.experiment import Experiment
Loading

0 comments on commit 3882f17

Please sign in to comment.