Skip to content

Commit

Permalink
Check emu download
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaBreitman committed Jul 17, 2023
1 parent 9dff73f commit 0889328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ def test_emulator_install():
from py21cmemu import Emulator
from py21cmemu.get_emulator import get_emu_data
get_emu_data()

import tensorflow as tf
from py21cmemu.config import CONFIG
m = tf.keras.load_model(CONFIG.data_path / '21cmEMU')
#emu = Emulator()

def test_emulator_runs():
Expand Down

0 comments on commit 0889328

Please sign in to comment.