Skip to content

Commit

Permalink
Remove binary check from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Sep 26, 2024
1 parent 8bd2584 commit a944f45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pythonfmu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
from .fmi2slave import Fmi2Slave
from .variables import Boolean, Integer, Real, String
from .default_experiment import DefaultExperiment

if not FmuBuilder.has_binary():
raise ValueError("FmuBuilder binary is missing")

0 comments on commit a944f45

Please sign in to comment.