Skip to content

Commit

Permalink
Disabled latex to enable running on github without having to install …
Browse files Browse the repository at this point in the history
…latex
  • Loading branch information
SimonKamuk committed May 27, 2024
1 parent 2667b6c commit 0c7edd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_mllam_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Third-party
import pooch
from matplotlib import rcParams

# First-party
from create_mesh import main as create_mesh
Expand All @@ -12,6 +13,7 @@
from train_model import main as train_model

os.environ["WANDB_DISABLED"] = "true"
rcParams["text.usetex"] = False


def test_retrieve_data_ewc():
Expand Down

0 comments on commit 0c7edd4

Please sign in to comment.