Skip to content

Commit

Permalink
made StorageProtocol public
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed May 15, 2024
1 parent ba2cd6d commit ef25ae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/f3dasm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

from .__version__ import __version__
from ._src._argparser import HPC_JOBID
from ._src.experimentdata._io import StoreProtocol
from ._src.experimentdata.experimentdata import ExperimentData
from ._src.experimentdata.experimentsample import ExperimentSample
from ._src.logger import DistributedFileHandler, logger
Expand Down Expand Up @@ -53,4 +54,5 @@
'run_optimization',
'HPC_JOBID',
'calculate_mean_std',
'StoreProtocol',
]

0 comments on commit ef25ae6

Please sign in to comment.