Buf Fix: PyTests still used binding to old gym
This commit is contained in:
		
							parent
							
								
									1e62da0833
								
							
						
					
					
						commit
						d4a8306b9d
					
				| @ -1,11 +1,11 @@ | ||||
| from itertools import chain | ||||
| from typing import Tuple, Type, Union, Optional, Callable | ||||
| 
 | ||||
| import gym | ||||
| import gymnasium as gym | ||||
| import numpy as np | ||||
| import pytest | ||||
| from gym import register | ||||
| from gym.core import ActType, ObsType | ||||
| from gymnasium import register | ||||
| from gymnasium.core import ActType, ObsType | ||||
| 
 | ||||
| import fancy_gym | ||||
| from fancy_gym.black_box.raw_interface_wrapper import RawInterfaceWrapper | ||||
|  | ||||
| @ -2,11 +2,11 @@ from itertools import chain | ||||
| from types import FunctionType | ||||
| from typing import Tuple, Type, Union, Optional | ||||
| 
 | ||||
| import gym | ||||
| import gymnasium as gym | ||||
| import numpy as np | ||||
| import pytest | ||||
| from gym import register | ||||
| from gym.core import ActType, ObsType | ||||
| from gymnasium import register | ||||
| from gymnasium.core import ActType, ObsType | ||||
| 
 | ||||
| import fancy_gym | ||||
| from fancy_gym.black_box.raw_interface_wrapper import RawInterfaceWrapper | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user