Skip to content

Commit 48b3fd1

Browse files
committed
fgdf
1 parent 5ac8b20 commit 48b3fd1

File tree

4 files changed

+2459
-2461
lines changed

4 files changed

+2459
-2461
lines changed

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sscanss
22
channels:
33
- defaults
44
dependencies:
5-
- python=3.12
5+
- python=3.10
66
- pip
77
- pip:
88
- -r requirements.txt

make.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,11 @@ def run(self, test):
462462
stop_time = time.perf_counter()
463463
time_taken = stop_time - start_time
464464
result.printErrors()
465-
if self.durations is not None:
466-
self._printDurations(result)
467-
468-
if hasattr(result, 'separator2'):
469-
self.stream.writeln(result.separator2)
465+
# if self.durations is not None:
466+
# self._printDurations(result)
467+
#
468+
# if hasattr(result, 'separator2'):
469+
# self.stream.writeln(result.separator2)
470470

471471
# run = result.testsRun
472472
# self.stream.writeln("Ran %d test%s in %.3fs" % (run, run != 1 and "s" or "", time_taken))
@@ -513,7 +513,7 @@ def run(self, test):
513513
#
514514
# print("111111111")
515515
# self.stream.flush()
516-
# print("222222222")
516+
print("222222222")
517517
return result
518518

519519

0 commit comments

Comments
 (0)